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 84a5488 commit 8333399Copy full SHA for 8333399
.pre-commit-config.yaml
@@ -19,10 +19,15 @@ repos:
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
rev: v0.12.11
21
hooks:
22
- - id: ruff
23
- args: [--fix]
24
- id: ruff-format
+ - id: ruff
+ args: [--fix, --exit-non-zero-on-fix]
25
- repo: https://github.com/abravalheri/validate-pyproject
26
rev: v0.24.1
27
28
- id: validate-pyproject
29
+ - repo: https://github.com/astral-sh/uv-pre-commit
30
+ rev: 0.8.13
31
+ hooks:
32
+ - id: uv-lock
33
+ description: Check that uv.lock is up to date
0 commit comments