Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24eee1d

Browse files
authoredMar 10, 2025··
[pre-commit.ci] pre-commit autoupdate
updates: - [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.9.10](astral-sh/ruff-pre-commit@v0.8.2...v0.9.10) - [github.com/astral-sh/uv-pre-commit: 0.5.6 → 0.6.5](astral-sh/uv-pre-commit@0.5.6...0.6.5)
1 parent a9a46b1 commit 24eee1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,26 @@ 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.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.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.6
69+
rev: 0.6.5
7070
hooks:
7171
- id: uv-lock

0 commit comments

Comments
 (0)
Please sign in to comment.