We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa1712 commit 90f2e07Copy full SHA for 90f2e07
.pre-commit-config.yaml
@@ -13,16 +13,16 @@ repos:
13
exclude: template
14
- id: check-added-large-files
15
- repo: https://github.com/astral-sh/uv-pre-commit
16
- rev: 0.9.13
+ rev: 0.9.21
17
hooks:
18
- id: uv-lock
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: 'v0.14.7'
+ rev: 'v0.14.10'
21
22
- id: ruff
23
args: [--fix, --exit-non-zero-on-fix]
24
- repo: https://github.com/psf/black
25
- rev: 25.11.0
+ rev: 25.12.0
26
27
- id: black
28
- repo: https://github.com/adrienverge/yamllint.git
0 commit comments