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 10f08e5 commit 4023032Copy full SHA for 4023032
.pre-commit-config.yaml
@@ -53,7 +53,7 @@ repos:
53
args:
54
- "--py38-plus"
55
- repo: https://github.com/pycqa/isort
56
- rev: 6.0.1
+ rev: 6.1.0
57
hooks:
58
- id: isort
59
- repo: https://github.com/pycqa/bandit
@@ -66,7 +66,7 @@ repos:
66
- "-lll"
67
- "tests"
68
- repo: https://github.com/psf/black-pre-commit-mirror
69
- rev: 25.1.0
+ rev: 25.9.0
70
71
- id: black
72
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -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.3
+ rev: v4.9.1
83
84
- id: commitizen
85
stages: [commit-msg]
0 commit comments