Loading .pre-commit-config.yaml +0 −27 Original line number Diff line number Diff line Loading @@ -73,33 +73,6 @@ repos: - id: isort 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 rev: 3.9.2 hooks: Loading Loading
.pre-commit-config.yaml +0 −27 Original line number Diff line number Diff line Loading @@ -73,33 +73,6 @@ repos: - id: isort 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 rev: 3.9.2 hooks: Loading