Skip to content

Commit f3f47ba

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [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.4](astral-sh/ruff-pre-commit@v0.11.13...v0.12.4) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.0](pre-commit/mirrors-mypy@v1.16.1...v1.17.0)
1 parent 65eb2eb commit f3f47ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ repos:
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.4
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.0
6565
hooks:
6666
- id: mypy
6767
additional_dependencies: [attrs]

0 commit comments

Comments
 (0)