Skip to content

Commit

Permalink
ci: disable prospector (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jun 8, 2024
1 parent 85c6085 commit 28f8d80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ repos:
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/PyCQA/prospector
rev: 1.10.2
hooks:
- id: prospector
exclude: ^(tests)/.+\.py$
# - repo: https://github.com/PyCQA/prospector
# rev: 1.10.2
# hooks:
# - id: prospector
# exclude: ^(tests)/.+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
hooks:
Expand Down

0 comments on commit 28f8d80

Please sign in to comment.