Skip to content
Snippets Groups Projects
Commit d86c058d authored by nimrod's avatar nimrod
Browse files

Remove the prospector pre-commit hook.

It's causing too much trouble. I'll check again in a few releases.
parent 50fc56cd
No related branches found
No related tags found
No related merge requests found
Pipeline #3174 passed
...@@ -73,33 +73,6 @@ repos: ...@@ -73,33 +73,6 @@ repos:
- id: isort - id: isort
args: ["--filter-files", "--profile", "black"] args: ["--filter-files", "--profile", "black"]
- repo: https://github.com/PyCQA/prospector.git
rev: 1.7.7
hooks:
- id: prospector
args:
- |-
--max-line-length=79
- |-
--with-tool=pyroma
- |-
--with-tool=bandit
- |-
--without-tool=pep257
- |-
--doc-warnings
- |-
--test-warnings
- |-
--full-pep8
- |-
--strictness=high
- |-
--no-autodetect
additional_dependencies:
- bandit
- pyroma
- repo: https://github.com/pycqa/flake8.git - repo: https://github.com/pycqa/flake8.git
rev: 3.9.2 rev: 3.9.2
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment