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 1bc35ff commit 3c076fcCopy full SHA for 3c076fc
.pre-commit-config.yaml
@@ -42,14 +42,14 @@ repos:
42
- id: trailing-whitespace
43
44
- repo: https://github.com/python-jsonschema/check-jsonschema
45
- rev: 0.31.2
+ rev: 0.31.3
46
hooks:
47
- id: check-dependabot
48
- id: check-github-workflows
49
- id: check-readthedocs
50
51
- repo: https://github.com/astral-sh/ruff-pre-commit
52
- rev: v0.9.9
+ rev: v0.9.10
53
54
- id: ruff
55
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -64,7 +64,7 @@ repos:
64
)$
65
66
- repo: https://github.com/astral-sh/uv-pre-commit
67
- rev: 0.6.3
+ rev: 0.6.5
68
69
- id: uv-lock
70
- id: uv-sync
0 commit comments