Skip to content

Commit 9a0902e

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.8 → v0.12.11](astral-sh/ruff-pre-commit@v0.11.8...v0.12.11) - [github.com/astral-sh/uv-pre-commit: 0.7.2 → 0.8.14](astral-sh/uv-pre-commit@0.7.2...0.8.14)
1 parent 1acfbe3 commit 9a0902e

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
@@ -4,7 +4,7 @@
44
# `pre-commit run --all-files` run hooks for all file
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-toml
1010
- id: check-yaml
@@ -27,7 +27,7 @@ repos:
2727
files: \.(py|sh|json|yml|yaml|md)$
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.11.8
30+
rev: v0.12.11
3131

3232
hooks:
3333
- id: ruff
@@ -46,7 +46,7 @@ repos:
4646

4747
- repo: https://github.com/astral-sh/uv-pre-commit
4848
# uv version.
49-
rev: 0.7.2
49+
rev: 0.8.14
5050

5151
hooks:
5252
# Update the uv lockfile

0 commit comments

Comments
 (0)