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 a31a021 commit 9e0e086Copy full SHA for 9e0e086
3 files changed
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
args: [--fix]
18
- id: ruff-format
19
- repo: https://github.com/astral-sh/uv-pre-commit
20
- rev: 0.9.13
+ rev: 0.9.26
21
hooks:
22
- id: uv-lock
23
- repo: https://github.com/adrienverge/yamllint
@@ -26,7 +26,7 @@ repos:
26
- id: yamllint
27
args: [--strict]
28
- repo: https://github.com/python-jsonschema/check-jsonschema
29
- rev: 0.35.0
+ rev: 0.36.0
30
31
- id: check-dependabot
32
- id: check-github-workflows
docs/requirements.txt
@@ -1 +1 @@
1
-sphinx==9.0.4
+sphinx==9.1.0
0 commit comments