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 caf0415 commit 0571cf7Copy full SHA for 0571cf7
1 file changed
.pre-commit-config.yaml
@@ -9,12 +9,12 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.8.2
+ rev: v4.8.3
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v5.0.0
+ rev: v6.0.0
18
19
- id: debug-statements
20
- id: check-builtin-literals
@@ -54,16 +54,16 @@ repos:
54
55
- id: codespell
56
- repo: https://github.com/PyCQA/flake8
57
- rev: 7.2.0
+ rev: 7.3.0
58
59
- id: flake8
60
- repo: https://github.com/pre-commit/mirrors-mypy
61
- rev: v1.16.0
+ rev: v1.17.1
62
63
- id: mypy
64
additional_dependencies: []
65
- repo: https://github.com/PyCQA/bandit
66
- rev: 1.8.3
+ rev: 1.8.6
67
68
- id: bandit
69
args: [-x, tests]
0 commit comments