Skip to content

Commit 2727ad5

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.7.17 → 0.8.0](astral-sh/uv-pre-commit@0.7.17...0.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.1...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 d6a393a commit 2727ad5

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
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: pyproject-fmt
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.7.17
35+
rev: 0.8.0
3636
hooks:
3737
- id: uv-lock
3838
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -41,7 +41,7 @@ repos:
4141
- id: prettier
4242
args: ["--tab-width", "2"]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.12.1
44+
rev: v0.12.4
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]
@@ -51,7 +51,7 @@ repos:
5151
hooks:
5252
- id: codespell
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.16.1
54+
rev: v1.17.0
5555
hooks:
5656
- id: mypy
5757
additional_dependencies: []

0 commit comments

Comments
 (0)