We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2347488 commit b3b021aCopy full SHA for b3b021a
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v3.29.1
+ rev: v4.0.0
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -34,7 +34,7 @@ repos:
34
- id: prettier
35
args: ["--tab-width", "2"]
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.18.0
+ rev: v3.19.0
38
39
- id: pyupgrade
40
args: [--py37-plus]
@@ -55,12 +55,12 @@ repos:
55
56
- id: flake8
57
- repo: https://github.com/pre-commit/mirrors-mypy
58
- rev: v1.11.2
+ rev: v1.13.0
59
60
- id: mypy
61
additional_dependencies: []
62
- repo: https://github.com/PyCQA/bandit
63
- rev: 1.7.10
+ rev: 1.8.0
64
65
- id: bandit
66
args: [-x, tests]
0 commit comments