Skip to content

Commit 6a12d4a

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/astral-sh/ruff-pre-commit: v0.11.6 → v0.14.14](astral-sh/ruff-pre-commit@v0.11.6...v0.14.14) - [github.com/astral-sh/uv-pre-commit: 0.6.14 → 0.9.28](astral-sh/uv-pre-commit@0.6.14...0.9.28)
1 parent 2757969 commit 6a12d4a

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
@@ -11,7 +11,7 @@ repos:
1111
)$
1212
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-merge-conflict
1717
- id: trailing-whitespace
@@ -22,7 +22,7 @@ repos:
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
2424
# Ruff version.
25-
rev: v0.11.6
25+
rev: v0.14.14
2626
hooks:
2727
# Run the linter.
2828
- id: ruff
@@ -38,7 +38,7 @@ repos:
3838

3939
- repo: https://github.com/astral-sh/uv-pre-commit
4040
# uv version.
41-
rev: 0.6.14
41+
rev: 0.9.28
4242
hooks:
4343
# Update the uv lockfile
4444
- id: uv-lock

0 commit comments

Comments
 (0)