Skip to content

Commit 5fde349

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/renovatebot/pre-commit-hooks: 38.114.0 → 39.106.0](renovatebot/pre-commit-hooks@38.114.0...39.106.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.1](astral-sh/ruff-pre-commit@v0.6.9...v0.9.1) - [github.com/astral-sh/uv-pre-commit: 0.4.20 → 0.5.18](astral-sh/uv-pre-commit@0.4.20...0.5.18)
1 parent b49f448 commit 5fde349

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: 38.114.0
15+
rev: 39.106.0
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.6.9
21+
rev: v0.9.1
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.4.20
38+
rev: 0.5.18
3939
hooks:
4040
# Update the uv lockfile
4141
- id: uv-lock

0 commit comments

Comments
 (0)