We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0687c7 commit 2d14af6Copy full SHA for 2d14af6
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]
@@ -35,12 +35,12 @@ repos:
35
args: ["--tab-width", "2"]
36
files: ".(css|html|js|json|md|toml|yaml)$"
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v3.19.1
+ rev: v3.20.0
39
40
- id: pyupgrade
41
args: [--py39-plus]
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: v0.11.9
+ rev: v0.11.11
44
45
- id: ruff
46
args: [--fix, --exit-non-zero-on-fix]
0 commit comments