Skip to content

Commit e86b31d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.8](astral-sh/ruff-pre-commit@v0.12.11...v0.14.8) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.19.0](pre-commit/mirrors-mypy@v1.17.1...v1.19.0) - [github.com/astral-sh/uv-pre-commit: 0.8.14 → 0.9.16](astral-sh/uv-pre-commit@0.8.14...0.9.16)
1 parent ff8dcd8 commit e86b31d

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

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.12.11
21+
rev: v0.14.8
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.17.1" # Use the sha / tag you want to point at
30+
rev: "v1.19.0" # Use the sha / tag you want to point at
3131
hooks:
3232
- id: mypy
3333
name: "run mypy"
@@ -37,7 +37,7 @@ repos:
3737

3838
- repo: https://github.com/astral-sh/uv-pre-commit
3939
# uv version.
40-
rev: 0.8.14
40+
rev: 0.9.16
4141
hooks:
4242
# Update the uv lockfile
4343
- id: uv-lock

0 commit comments

Comments
 (0)