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 4bc8434 commit caf0415Copy full SHA for caf0415
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.7.0
+ rev: v4.8.2
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -37,7 +37,7 @@ repos:
37
- id: prettier
38
args: ["--tab-width", "2"]
39
- repo: https://github.com/asottile/pyupgrade
40
- rev: v3.19.1
+ rev: v3.20.0
41
42
- id: pyupgrade
43
args: [--py39-plus]
@@ -58,7 +58,7 @@ repos:
58
59
- id: flake8
60
- repo: https://github.com/pre-commit/mirrors-mypy
61
- rev: v1.15.0
+ rev: v1.16.0
62
63
- id: mypy
64
additional_dependencies: []
0 commit comments