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 f1ffacb commit 1245314Copy full SHA for 1245314
.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.13.0"
+ rev: "v0.14.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.3"
+ rev: "0.34.1"
58
59
- id: check-dependabot
60
- id: check-github-workflows
0 commit comments