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 c922ae3 commit 1f21346Copy full SHA for 1f21346
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
hooks:
33
- id: pyproject-fmt
34
- repo: https://github.com/astral-sh/uv-pre-commit
35
- rev: 0.7.8
+ rev: 0.7.9
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.11
+ rev: v0.11.12
45
46
- id: ruff
47
args: [--fix, --exit-non-zero-on-fix]
@@ -51,7 +51,7 @@ repos:
51
52
- id: codespell
53
- repo: https://github.com/pre-commit/mirrors-mypy
54
- rev: v1.15.0
+ rev: v1.16.0
55
56
- id: mypy
57
additional_dependencies: []
0 commit comments