We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a78f97 commit 606a5faCopy full SHA for 606a5fa
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_install_hook_types:
3
- commit-msg
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: check-case-conflict
9
- id: check-docstring-first
@@ -57,7 +57,7 @@ repos:
57
58
- id: isort
59
- repo: https://github.com/pycqa/bandit
60
- rev: 1.8.5
+ rev: 1.8.6
61
62
- id: bandit
63
args:
0 commit comments