We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a6717 commit cb2f5b1Copy full SHA for cb2f5b1
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.5.0
+ rev: v4.6.0
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -40,7 +40,7 @@ repos:
40
- id: pyupgrade
41
args: [--py39-plus]
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: v0.11.4
+ rev: v0.11.5
44
45
- id: ruff
46
args: [--fix, --exit-non-zero-on-fix]
0 commit comments