We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f17bf73 + 4a8c311 commit 1e906c1Copy full SHA for 1e906c1
1 file changed
.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
42
args: [--prose-wrap=always]
43
44
- repo: https://github.com/astral-sh/ruff-pre-commit
45
- rev: "v0.14.4"
+ rev: "v0.14.5"
46
hooks:
47
- id: ruff
48
args: ["--fix", "--show-fixes"]
@@ -77,7 +77,7 @@ repos:
77
additional_dependencies: ["validate-pyproject-schema-store[all]"]
78
79
- repo: https://github.com/python-jsonschema/check-jsonschema
80
- rev: "0.34.1"
+ rev: "0.35.0"
81
82
- id: check-dependabot
83
- id: check-github-workflows
0 commit comments