Skip to content

Commit 6be4f1f

Browse files
committedMay 24, 2025··
update pre-commit tools to latest versions
1 parent 0344588 commit 6be4f1f

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
@@ -12,13 +12,13 @@ repos:
1212
- id: end-of-file-fixer
1313

1414
- repo: https://github.com/renovatebot/pre-commit-hooks
15-
rev: 39.253.2
15+
rev: 40.26.3
1616
hooks:
1717
- id: renovate-config-validator
1818
files: ^renovate\.json$
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.11.6
21+
rev: v0.11.11
2222
hooks:
2323
- id: ruff
2424
name: "lint with ruff"
@@ -35,7 +35,7 @@ repos:
3535

3636
- repo: https://github.com/astral-sh/uv-pre-commit
3737
# uv version.
38-
rev: 0.6.14
38+
rev: 0.7.8
3939
hooks:
4040
# Update the uv lockfile
4141
- id: uv-lock

0 commit comments

Comments
 (0)
Please sign in to comment.