Skip to content

Commit b7ed8f3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/renovatebot/pre-commit-hooks: 38.114.0 → 41.137.0](renovatebot/pre-commit-hooks@38.114.0...41.137.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.13.3](astral-sh/ruff-pre-commit@v0.6.9...v0.13.3) - [github.com/astral-sh/uv-pre-commit: 0.4.20 → 0.8.23](astral-sh/uv-pre-commit@0.4.20...0.8.23)
1 parent b49f448 commit b7ed8f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com 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: check-yaml
88
args: [--unsafe]
@@ -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: 41.137.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.13.3
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.8.23
3939
hooks:
4040
# Update the uv lockfile
4141
- id: uv-lock

0 commit comments

Comments
 (0)