Skip to content

Commit c70ec71

Browse files
ci: pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v2.0.0-beta.4 → v2.0.0-beta.5](biomejs/pre-commit@v2.0.0-beta.4...v2.0.0-beta.5) - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.10...v0.11.11) - [github.com/astral-sh/uv-pre-commit: 0.7.5 → 0.7.8](astral-sh/uv-pre-commit@0.7.5...0.7.8) - [github.com/google/yamlfmt: v0.16.0 → v0.17.0](google/yamlfmt@v0.16.0...v0.17.0)
1 parent a004d3a commit c70ec71

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
@@ -66,7 +66,7 @@ repos:
6666
- id: actionlint
6767

6868
- repo: https://github.com/biomejs/pre-commit
69-
rev: v2.0.0-beta.4
69+
rev: v2.0.0-beta.5
7070
hooks:
7171
- id: biome-check
7272

@@ -86,7 +86,7 @@ repos:
8686
- id: markdownlint
8787

8888
- repo: https://github.com/astral-sh/ruff-pre-commit
89-
rev: v0.11.10
89+
rev: v0.11.11
9090
hooks:
9191
- id: ruff
9292
types_or: [python, pyi, jupyter]
@@ -110,12 +110,12 @@ repos:
110110
- id: taplo-format
111111

112112
- repo: https://github.com/astral-sh/uv-pre-commit
113-
rev: 0.7.5
113+
rev: 0.7.8
114114
hooks:
115115
- id: uv-lock
116116

117117
- repo: https://github.com/google/yamlfmt
118-
rev: v0.16.0
118+
rev: v0.17.0
119119
hooks:
120120
- id: yamlfmt
121121

0 commit comments

Comments
 (0)