We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea09d87 commit 1eb7114Copy full SHA for 1eb7114
1 file changed
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
hooks:
27
- id: actionlint
28
- repo: https://github.com/astral-sh/uv-pre-commit
29
- rev: 0.10.2
+ rev: 0.10.4
30
31
- id: pip-compile
32
files: |
@@ -40,12 +40,12 @@ repos:
40
- "--python-version=3.14"
41
- "--output-file=requirements/docs.requirements.txt"
42
- repo: https://github.com/python-jsonschema/check-jsonschema
43
- rev: 0.36.1
+ rev: 0.36.2
44
45
- id: check-github-workflows
46
- id: check-renovate
47
- repo: https://github.com/adamtheturtle/doccmd-pre-commit
48
- rev: v2026.1.28
+ rev: v2026.2.15
49
50
- id: doccmd
51
name: Ruff format docs
0 commit comments