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 b1f4db6 commit 6865049Copy full SHA for 6865049
.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]
@@ -32,7 +32,7 @@ repos:
32
33
- id: pyproject-fmt
34
- repo: https://github.com/astral-sh/uv-pre-commit
35
- rev: 0.6.17
+ rev: 0.7.2
36
37
- id: uv-lock
38
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -41,7 +41,7 @@ repos:
41
- id: prettier
42
args: ["--tab-width", "2"]
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: v0.11.7
+ rev: v0.11.8
45
46
- id: ruff
47
args: [--fix, --exit-non-zero-on-fix]
0 commit comments