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 65eb2eb commit f3f47baCopy full SHA for f3f47ba
.pre-commit-config.yaml
@@ -46,12 +46,12 @@ repos:
46
hooks:
47
- id: uv-lock
48
- repo: https://github.com/pre-commit/mirrors-prettier
49
- rev: v3.1.0
+ rev: v4.0.0-alpha.8
50
51
- id: prettier
52
args: ["--tab-width", "2"]
53
- repo: https://github.com/astral-sh/ruff-pre-commit
54
- rev: v0.11.13
+ rev: v0.12.4
55
56
- id: ruff
57
args: [--fix, --unsafe-fixes, --exit-non-zero-on-fix]
@@ -61,7 +61,7 @@ repos:
61
# hooks:
62
# - id: codespell
63
- repo: https://github.com/pre-commit/mirrors-mypy
64
- rev: v1.16.1
+ rev: v1.17.0
65
66
- id: mypy
67
additional_dependencies: [attrs]
0 commit comments