Skip to content

Commit b2abcbf

Browse files
committed
update prek tool versions
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent 00d1386 commit b2abcbf

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
@@ -11,7 +11,7 @@ repos:
1111
- id: check-added-large-files
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.15.10
14+
rev: v0.15.13
1515
hooks:
1616
- id: ruff
1717
args: ["--output-format=concise"]
@@ -20,7 +20,7 @@ repos:
2020
name: "format with ruff"
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.20.0 # Use the sha / tag you want to point at
23+
rev: v2.1.0 # Use the sha / tag you want to point at
2424
hooks:
2525
- id: mypy
2626
name: "run mypy"
@@ -31,7 +31,7 @@ repos:
3131

3232
- repo: https://github.com/astral-sh/uv-pre-commit
3333
# uv version.
34-
rev: 0.11.6
34+
rev: 0.11.14
3535
hooks:
3636
# Update the uv lockfile
3737
- id: uv-lock

0 commit comments

Comments
 (0)