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 e0b23d4 commit 6e3b738Copy full SHA for 6e3b738
.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.9.6"
+ rev: "v0.9.7"
37
hooks:
38
- id: ruff
39
args: ["--fix", "--show-fixes"]
@@ -59,7 +59,7 @@ repos:
59
additional_dependencies: ["validate-pyproject-schema-store[all]"]
60
61
- repo: https://github.com/python-jsonschema/check-jsonschema
62
- rev: "0.31.1"
+ rev: "0.31.2"
63
64
- id: check-dependabot
65
- id: check-github-workflows
0 commit comments