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 9acdc03 commit ac0a395Copy full SHA for ac0a395
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.6.1
+ rev: v4.8.2
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -33,12 +33,12 @@ repos:
33
34
- id: prettier
35
- repo: https://github.com/asottile/pyupgrade
36
- rev: v3.19.1
+ rev: v3.20.0
37
38
- id: pyupgrade
39
args: [--py39-plus]
40
- repo: https://github.com/astral-sh/ruff-pre-commit
41
- rev: v0.11.8
+ rev: v0.11.11
42
43
- id: ruff
44
args: [--fix]
0 commit comments