Skip to content

Commit 00ecf72

Browse files
committed
update pre-commit tool versions
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent 9a90749 commit 00ecf72

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.9.3
21+
rev: v0.9.6
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.14.1" # Use the sha / tag you want to point at
30+
rev: "v1.15.0" # 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.5.25
39+
rev: 0.6.0
4040
hooks:
4141
# Update the uv lockfile
4242
- id: uv-lock

0 commit comments

Comments
 (0)