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 d6a393a commit 2727ad5Copy full SHA for 2727ad5
.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.17
+ rev: 0.8.0
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.12.1
+ rev: v0.12.4
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.16.1
+ rev: v1.17.0
55
56
- id: mypy
57
additional_dependencies: []
0 commit comments