We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a0329 commit caa44e4Copy full SHA for caa44e4
1 file changed
.pre-commit-config.yaml
@@ -40,7 +40,7 @@ repos:
40
args: [--prose-wrap=always]
41
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: "v0.5.4"
+ rev: "v0.5.5"
44
hooks:
45
- id: ruff
46
args: ["--fix", "--show-fixes"]
@@ -80,7 +80,7 @@ repos:
80
additional_dependencies: ["validate-pyproject-schema-store[all]"]
81
82
- repo: https://github.com/python-jsonschema/check-jsonschema
83
- rev: "0.29.0"
+ rev: "0.29.1"
84
85
- id: check-dependabot
86
- id: check-github-workflows
0 commit comments