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 beb0b32 commit c6368b6Copy full SHA for c6368b6
.pre-commit-config.yaml
@@ -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
hooks:
43
- id: flake8
44
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
55
56
- id: isort
57
- repo: https://github.com/pycqa/bandit
58
- rev: 1.8.4
+ rev: 1.8.5
59
60
- id: bandit
61
args:
@@ -64,7 +64,7 @@ repos:
64
- "--exclude"
65
- "tests"
66
67
68
69
70
0 commit comments