Skip to content

Commit 6a4e0b9

Browse files
ci: pre-commit autoupdate (#416)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.1](astral-sh/ruff-pre-commit@v0.12.0...v0.12.1) - [github.com/astral-sh/uv-pre-commit: 0.7.13 → 0.7.17](astral-sh/uv-pre-commit@0.7.13...0.7.17) - [github.com/google/yamlfmt: v0.17.1 → v0.17.2](google/yamlfmt@v0.17.1...v0.17.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8f36b19 commit 6a4e0b9

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
@@ -81,7 +81,7 @@ repos:
8181
- id: markdownlint
8282

8383
- repo: https://github.com/astral-sh/ruff-pre-commit
84-
rev: v0.12.0
84+
rev: v0.12.1
8585
hooks:
8686
- id: ruff
8787
types_or: [python, pyi, jupyter]
@@ -105,12 +105,12 @@ repos:
105105
- id: taplo-format
106106

107107
- repo: https://github.com/astral-sh/uv-pre-commit
108-
rev: 0.7.13
108+
rev: 0.7.17
109109
hooks:
110110
- id: uv-lock
111111

112112
- repo: https://github.com/google/yamlfmt
113-
rev: v0.17.1
113+
rev: v0.17.2
114114
hooks:
115115
- id: yamlfmt
116116

0 commit comments

Comments
 (0)