diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b9135d7e47bfe0f0d46d32dac71d1719455d0a2..725f6e4443a4bf1e2d4d0d7fa875fe544f9759fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -76,7 +76,7 @@ repos: --line-length=79 - repo: https://github.com/PyCQA/prospector.git - rev: 1.7.7 + rev: v1.9.0 hooks: - id: prospector args: @@ -88,8 +88,6 @@ repos: --with-tool=bandit - |- --without-tool=pep257 - - |- - --doc-warnings - |- --test-warnings - |- @@ -98,6 +96,7 @@ repos: --strictness=high - |- --no-autodetect + - "-X" additional_dependencies: - bandit - pyroma