Skip to content

Commit ac8f793

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2) - [github.com/google/yamlfmt: v0.16.0 → v0.17.2](google/yamlfmt@v0.16.0...v0.17.2)
1 parent 5ca8d8d commit ac8f793

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-added-large-files
1212
args: [--maxkb=6000]
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.4
14+
rev: v0.12.2
1515
hooks:
1616
# Ruff fix
1717
- id: ruff
@@ -23,7 +23,7 @@ repos:
2323
types_or: [python, pyi]
2424
name: ruff (format)
2525
- repo: https://github.com/google/yamlfmt
26-
rev: v0.16.0
26+
rev: v0.17.2
2727
hooks:
2828
- id: yamlfmt
2929
name: YAML (format)

0 commit comments

Comments
 (0)