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 21cc0b8 commit 280e805Copy full SHA for 280e805
.pre-commit-config.yaml
@@ -55,7 +55,7 @@ repos:
55
# - uv.lock: auto-generated file
56
exclude: (ideas/|resources/|tests/|uv.lock)
57
- repo: https://github.com/astral-sh/ruff-pre-commit
58
- rev: v0.14.14
+ rev: v0.15.0
59
hooks:
60
- id: ruff-check
61
args: [--fix]
@@ -130,7 +130,7 @@ repos:
130
# https://docs.openstack.org/bashate/latest/man/bashate.html#options
131
args: [-i, E006]
132
- repo: https://github.com/commitizen-tools/commitizen
133
- rev: v4.13.0
+ rev: v4.13.2
134
135
- id: commitizen
136
stages: [commit-msg]
0 commit comments