Skip to content

Commit 6054867

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/google/yamlfmt: v0.14.0 → v0.16.0](google/yamlfmt@v0.14.0...v0.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.10](astral-sh/ruff-pre-commit@v0.8.6...v0.9.10) - [github.com/astral-sh/uv-pre-commit: 0.5.13 → 0.6.5](astral-sh/uv-pre-commit@0.5.13...0.6.5)
1 parent 281d071 commit 6054867

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
@@ -46,7 +46,7 @@ repos:
4646
- -d
4747
- "{extends: default, rules: {comments: {min-spaces-from-content: 1}, document-start: {present: false}, line-length: disable}}"
4848
- repo: https://github.com/google/yamlfmt
49-
rev: v0.14.0
49+
rev: v0.16.0
5050
hooks:
5151
- id: yamlfmt
5252
args:
@@ -58,14 +58,14 @@ repos:
5858
hooks:
5959
- id: pyupgrade
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.8.6
61+
rev: v0.9.10
6262
hooks:
6363
- id: ruff
6464
args:
6565
- --fix
6666
- id: ruff-format
6767
# Dependency management
6868
- repo: https://github.com/astral-sh/uv-pre-commit
69-
rev: 0.5.13
69+
rev: 0.6.5
7070
hooks:
7171
- id: uv-lock

0 commit comments

Comments
 (0)