We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7ee00d0 commit efd79d8Copy full SHA for efd79d8
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.1.1
+ rev: v4.2.1
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -51,16 +51,16 @@ repos:
51
52
- id: codespell
53
- repo: https://github.com/PyCQA/flake8
54
- rev: 7.1.1
+ rev: 7.1.2
55
56
- id: flake8
57
- repo: https://github.com/pre-commit/mirrors-mypy
58
- rev: v1.14.1
+ rev: v1.15.0
59
60
- id: mypy
61
additional_dependencies: []
62
- repo: https://github.com/PyCQA/bandit
63
- rev: 1.8.2
+ rev: 1.8.3
64
65
- id: bandit
66
args: [-x, tests]
0 commit comments