Skip to content

Commit e9fb9b9

Browse files
pre-commit-ci[bot]ahal
authored andcommitted
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) - [github.com/astral-sh/uv-pre-commit: 0.6.3 → 0.6.12](astral-sh/uv-pre-commit@0.6.3...0.6.12) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0)
1 parent b35235b commit e9fb9b9

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
@@ -15,17 +15,17 @@ repos:
1515
exclude: template
1616
- id: check-added-large-files
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.9.9
18+
rev: v0.11.4
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.3
24+
rev: 0.6.12
2525
hooks:
2626
- id: uv-lock
2727
- repo: https://github.com/adrienverge/yamllint.git
28-
rev: v1.35.1
28+
rev: v1.37.0
2929
hooks:
3030
- id: yamllint
3131
exclude: template

0 commit comments

Comments
 (0)