Skip to content

Commit 12f4420

Browse files
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.6...v0.9.9) - [github.com/astral-sh/uv-pre-commit: 0.6.1 → 0.6.3](astral-sh/uv-pre-commit@0.6.1...0.6.3)
1 parent 69a4874 commit 12f4420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repos:
1515
exclude: template
1616
- id: check-added-large-files
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.9.6
18+
rev: v0.9.9
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
2222
- id: ruff-format
2323
- repo: https://github.com/astral-sh/uv-pre-commit
24-
rev: 0.6.1
24+
rev: 0.6.3
2525
hooks:
2626
- id: uv-lock
2727
- repo: https://github.com/adrienverge/yamllint.git

0 commit comments

Comments
 (0)