8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06637f4 commit 0df2fc3Copy full SHA for 0df2fc3
.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: v3.30.1
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -34,12 +34,12 @@ 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]
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.7.0
+ rev: v0.7.3
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
@@ -53,7 +53,7 @@ repos:
53
54
- id: flake8
55
- repo: https://github.com/pre-commit/mirrors-mypy
56
- rev: v1.12.1
+ rev: v1.13.0
57
58
- id: mypy
59
additional_dependencies: []
0 commit comments