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 7e95fb1 commit 1dfcb77Copy full SHA for 1dfcb77
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.4.1
+ rev: v4.5.0
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.11
+ rev: 0.6.12
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.2
+ rev: v0.11.4
45
46
- id: ruff
47
args: [--fix, --exit-non-zero-on-fix]
0 commit comments