We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff1f8b commit d69adb9Copy full SHA for d69adb9
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3.11
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: check-case-conflict
8
- id: check-docstring-first
@@ -38,7 +38,7 @@ repos:
38
"--remove-duplicate-keys",
39
]
40
- repo: https://github.com/pycqa/flake8
41
- rev: 7.2.0
+ rev: 7.3.0
42
43
- id: flake8
44
additional_dependencies:
@@ -64,7 +64,7 @@ repos:
64
# - "--exclude"
65
# - "tests"
66
- repo: https://github.com/pycqa/bandit
67
- rev: 1.8.4
+ rev: 1.8.6
68
69
- id: bandit
70
args:
0 commit comments