Skip to content

Commit 1dd2c12

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.0](adrienverge/yamllint@v1.35.1...v1.37.0) - [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.11.6](astral-sh/ruff-pre-commit@v0.8.6...v0.11.6) - [github.com/astral-sh/uv-pre-commit: 0.5.13 → 0.6.14](astral-sh/uv-pre-commit@0.5.13...0.6.14)
1 parent 281d071 commit 1dd2c12

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
@@ -39,14 +39,14 @@ repos:
3939
hooks:
4040
- id: check-toml
4141
- repo: https://github.com/adrienverge/yamllint
42-
rev: v1.35.1
42+
rev: v1.37.0
4343
hooks:
4444
- id: yamllint
4545
args:
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.11.6
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.14
7070
hooks:
7171
- id: uv-lock

0 commit comments

Comments
 (0)