Skip to content

Commit 7d855e6

Browse files
author
Pre-commit automation
committed
chore: pre-commit autoupdate
1 parent 916b470 commit 7d855e6

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
@@ -13,16 +13,16 @@ repos:
1313
exclude: template
1414
- id: check-added-large-files
1515
- repo: https://github.com/astral-sh/uv-pre-commit
16-
rev: 0.9.13
16+
rev: 0.9.21
1717
hooks:
1818
- id: uv-lock
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: 'v0.14.7'
20+
rev: 'v0.14.10'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
2424
- repo: https://github.com/psf/black
25-
rev: 25.11.0
25+
rev: 25.12.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/adrienverge/yamllint.git

0 commit comments

Comments
 (0)