Skip to content

Commit 7e40bda

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.10.12 → 0.11.6](astral-sh/uv-pre-commit@0.10.12...0.11.6) - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.7...v0.15.10) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.1](pre-commit/mirrors-mypy@v1.19.1...v1.20.1)
1 parent b51ab34 commit 7e40bda

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
3-
rev: 0.10.12
3+
rev: 0.11.6
44
hooks:
55
- id: uv-lock
66

@@ -26,7 +26,7 @@ repos:
2626
- id: check-toml
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.15.7'
29+
rev: 'v0.15.10'
3030
hooks:
3131
- id: ruff-check
3232
args: [--fix, --exit-non-zero-on-fix]
@@ -35,7 +35,7 @@ repos:
3535
types_or: [python, jupyter]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.19.1
38+
rev: v1.20.1
3939
hooks:
4040
- id: mypy
4141
name: mypy

0 commit comments

Comments
 (0)