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 e373439 commit 0279802Copy full SHA for 0279802
2 files changed
.pre-commit-config.yaml
@@ -46,7 +46,7 @@ repos:
46
priority: 0
47
48
- repo: https://github.com/codespell-project/codespell
49
- rev: v2.4.1
+ rev: v2.4.2
50
hooks:
51
- id: codespell
52
exclude: uv.lock
@@ -61,13 +61,13 @@ repos:
61
priority: 5
62
63
- repo: https://github.com/astral-sh/uv-pre-commit
64
- rev: 0.9.25
+ rev: 0.11.2
65
66
- id: uv-lock
67
68
69
- repo: https://github.com/astral-sh/ruff-pre-commit
70
- rev: v0.14.11
+ rev: v0.15.8
71
72
- id: ruff-format
73
0 commit comments