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 7061d9c commit 8d2ed58Copy full SHA for 8d2ed58
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
"--remove-duplicate-keys",
40
]
41
- repo: https://github.com/pycqa/flake8
42
- rev: 7.2.0
+ rev: 7.3.0
43
hooks:
44
- id: flake8
45
additional_dependencies:
@@ -57,7 +57,7 @@ repos:
57
58
- id: isort
59
- repo: https://github.com/pycqa/bandit
60
- rev: 1.8.3
+ rev: 1.8.5
61
62
- id: bandit
63
args:
@@ -79,7 +79,7 @@ repos:
79
- id: python-no-log-warn
80
- id: python-no-eval
81
- repo: https://github.com/commitizen-tools/commitizen
82
- rev: v4.8.2
+ rev: v4.8.3
83
84
- id: commitizen
85
stages: [commit-msg]
0 commit comments