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 c41c8c6 commit 94661b1Copy full SHA for 94661b1
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
- id: rst-inline-touching-normal
34
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: "v0.11.10"
+ rev: "v0.12.0"
37
hooks:
38
- id: ruff
39
args: ["--fix", "--show-fixes"]
@@ -54,7 +54,7 @@ repos:
54
additional_dependencies: ["validate-pyproject-schema-store[all]"]
55
56
- repo: https://github.com/python-jsonschema/check-jsonschema
57
- rev: "0.33.0"
+ rev: "0.33.1"
58
59
- id: check-dependabot
60
- id: check-github-workflows
0 commit comments