Skip to content

Commit 466fe43

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.7.6 → 0.7.19](astral-sh/uv-pre-commit@0.7.6...0.7.19) - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.10...v0.12.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0)
1 parent f62fd4e commit 466fe43

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
@@ -5,23 +5,23 @@ ci:
55
repos:
66

77
- repo: https://github.com/astral-sh/uv-pre-commit
8-
rev: 0.7.6
8+
rev: 0.7.19
99
hooks:
1010
- id: pip-compile
1111
args: [pyproject.toml, -o, requirements.txt]
1212
- id: pip-compile
1313
args: [-o, requirements_dev.txt, --group, dev, --no-deps]
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.11.10
16+
rev: v0.12.2
1717
hooks:
1818
- id: ruff-check
1919
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
2020
- id: ruff-format
2121

2222
# Format YAML & TOML files prettily
2323
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
24-
rev: v2.14.0
24+
rev: v2.15.0
2525
hooks:
2626
- id: pretty-format-yaml
2727
args: [--autofix, --indent, '2']

0 commit comments

Comments
 (0)