Skip to content

Commit c6061d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.6.14 → 0.7.9](astral-sh/uv-pre-commit@0.6.14...0.7.9) - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.5...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 2c7d91d commit c6061d1

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
@@ -20,12 +20,12 @@ repos:
2020
- id: check-toml
2121

2222
- repo: https://github.com/astral-sh/uv-pre-commit
23-
rev: 0.6.14
23+
rev: 0.7.9
2424
hooks:
2525
- id: uv-lock
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.11.5
28+
rev: v0.11.12
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
@@ -40,7 +40,7 @@ repos:
4040
args: []
4141

4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.15.0
43+
rev: v1.16.0
4444
hooks:
4545
- id: mypy
4646
entry: mypy

0 commit comments

Comments
 (0)