Skip to content

Commit 03bf47e

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.8.3 → 0.8.4](astral-sh/uv-pre-commit@0.8.3...0.8.4) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.13...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1)
1 parent 8a32acc commit 03bf47e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ repos:
4242
hooks:
4343
- id: pyproject-fmt
4444
- repo: https://github.com/astral-sh/uv-pre-commit
45-
rev: 0.8.3
45+
rev: 0.8.4
4646
hooks:
4747
- id: uv-lock
4848
- repo: https://github.com/pre-commit/mirrors-prettier
49-
rev: v3.1.0
49+
rev: v4.0.0-alpha.8
5050
hooks:
5151
- id: prettier
5252
args: ["--tab-width", "2"]
5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.11.13
54+
rev: v0.12.7
5555
hooks:
5656
- id: ruff
5757
args: [--fix, --unsafe-fixes, --exit-non-zero-on-fix]
@@ -61,7 +61,7 @@ repos:
6161
# hooks:
6262
# - id: codespell
6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v1.16.1
64+
rev: v1.17.1
6565
hooks:
6666
- id: mypy
6767
additional_dependencies: [attrs]

0 commit comments

Comments
 (0)