We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938fe21 commit 1191229Copy full SHA for 1191229
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: v3.29.0
+ rev: v3.29.1
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -39,7 +39,7 @@ repos:
39
- id: pyupgrade
40
args: [--py37-plus]
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.6.7
+ rev: v0.6.8
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
0 commit comments