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 0fb1d10 commit e7eb32eCopy full SHA for e7eb32e
.pre-commit-config.yaml
@@ -18,16 +18,16 @@ repos:
18
- id: ruff-check
19
- id: ruff-format
20
- repo: https://github.com/astral-sh/uv-pre-commit
21
- rev: 0.9.17
+ rev: 0.9.18
22
hooks:
23
- id: uv-lock
24
- repo: https://github.com/python-jsonschema/check-jsonschema
25
- rev: 0.35.0
+ rev: 0.36.0
26
27
- id: check-github-workflows
28
- id: check-renovate
29
- repo: https://github.com/adamtheturtle/doccmd-pre-commit
30
- rev: v2025.12.10
+ rev: v2025.12.13
31
32
- id: doccmd
33
name: Ruff format docs
0 commit comments