Skip to content

Commit 6a9f581

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.13.0 → v0.16.0](google/yamlfmt@v0.13.0...v0.16.0) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](asottile/pyupgrade@v3.18.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.11.2](astral-sh/ruff-pre-commit@v0.8.2...v0.11.2) - [github.com/astral-sh/uv-pre-commit: 0.5.6 → 0.6.11](astral-sh/uv-pre-commit@0.5.6...0.6.11)
1 parent a9a46b1 commit 6a9f581

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,33 +39,33 @@ 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.13.0
49+
rev: v0.16.0
5050
hooks:
5151
- id: yamlfmt
5252
args:
5353
- -formatter
5454
- eof_newline=true
5555
# Specific checks and fixes for Python files
5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.18.0
57+
rev: v3.19.1
5858
hooks:
5959
- id: pyupgrade
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.8.2
61+
rev: v0.11.2
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.6
69+
rev: 0.6.11
7070
hooks:
7171
- id: uv-lock

0 commit comments

Comments
 (0)