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 be5a29f commit b5c8d16Copy full SHA for b5c8d16
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.6.0
+ rev: v4.6.1
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -34,7 +34,7 @@ repos:
34
- id: prettier
35
args: ["--tab-width", "2"]
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.11.7
+ rev: v0.11.8
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
0 commit comments