We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e6d54 commit eb772f2Copy full SHA for eb772f2
.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.5.24
+ rev: 0.5.26
36
37
- id: uv-lock
38
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -41,13 +41,13 @@ repos:
41
- id: prettier
42
args: ["--tab-width", "2"]
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: v0.9.3
+ rev: v0.9.4
45
46
- id: ruff
47
args: [--fix, --exit-non-zero-on-fix]
48
- id: ruff-format
49
- repo: https://github.com/codespell-project/codespell
50
- rev: v2.4.0
+ rev: v2.4.1
51
52
- id: codespell
53
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments