Skip to content

Commit 036b9ee

Browse files
committed
chore: pre-commit autoupdate
Signed-off-by: Yves Bastide <[email protected]>
1 parent 9c490eb commit 036b9ee

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -14,14 +14,14 @@ repos:
1414
- --maxkb=1024
1515
- repo: https://github.com/astral-sh/uv-pre-commit
1616
# uv version.
17-
rev: 0.6.14
17+
rev: 0.9.5
1818
hooks:
1919
# Keep uv.lock up to date.
2020
- id: uv-lock
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
2323
# Ruff version.
24-
rev: v0.11.5
24+
rev: v0.14.1
2525
hooks:
2626
# Run the linter.
2727
- id: ruff

0 commit comments

Comments
 (0)