Skip to content

Commit 460e5db

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.10.2 → 0.10.3](astral-sh/uv-pre-commit@0.10.2...0.10.3) - [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/pre-commit/mirrors-mypy: v1.16.1 → v1.19.1](pre-commit/mirrors-mypy@v1.16.1...v1.19.1)
1 parent e91e417 commit 460e5db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ repos:
4242
hooks:
4343
- id: pyproject-fmt
4444
- repo: https://github.com/astral-sh/uv-pre-commit
45-
rev: 0.10.2
45+
rev: 0.10.3
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"]
@@ -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.19.1
6565
hooks:
6666
- id: mypy
6767
additional_dependencies: [attrs]

0 commit comments

Comments
 (0)