Skip to content

Commit e54fc1b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/renovatebot/pre-commit-hooks: 39.20.1 → 39.29.0](renovatebot/pre-commit-hooks@39.20.1...39.29.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.4...v0.8.0) - [github.com/astral-sh/uv-pre-commit: 0.5.2 → 0.5.4](astral-sh/uv-pre-commit@0.5.2...0.5.4)
1 parent 6c07d0c commit e54fc1b

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.20.1
15+
rev: 39.29.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.7.4
21+
rev: v0.8.0
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.5.2
38+
rev: 0.5.4
3939
hooks:
4040
# Update the uv lockfile
4141
- id: uv-lock

0 commit comments

Comments
 (0)