Skip to content

Commit a4ba778

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.15.1](astral-sh/ruff-pre-commit@v0.14.5...v0.15.1) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/astral-sh/uv-pre-commit: 0.9.9 → 0.10.3](astral-sh/uv-pre-commit@0.9.9...0.10.3)
1 parent e2af475 commit a4ba778

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
@@ -18,7 +18,7 @@ repos:
1818
# files: ^renovate\.json$
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.14.5
21+
rev: v0.15.1
2222
hooks:
2323
- id: ruff
2424
args: ["--output-format=concise"]
@@ -27,7 +27,7 @@ repos:
2727
name: "format with ruff"
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: "v1.18.2" # Use the sha / tag you want to point at
30+
rev: "v1.19.1" # Use the sha / tag you want to point at
3131
hooks:
3232
- id: mypy
3333
name: "run mypy"
@@ -36,7 +36,7 @@ repos:
3636

3737
- repo: https://github.com/astral-sh/uv-pre-commit
3838
# uv version.
39-
rev: 0.9.9
39+
rev: 0.10.3
4040
hooks:
4141
# Update the uv lockfile
4242
- id: uv-lock

0 commit comments

Comments
 (0)