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.
2 parents 3e6c9ae + 4d3f634 commit 084c0a2Copy full SHA for 084c0a2
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.13.0"
+ rev: "v0.13.1"
44
hooks:
45
# Run the linter
46
- id: ruff-check
@@ -83,7 +83,7 @@ repos:
83
- id: validate-pyproject
84
85
- repo: https://github.com/python-jsonschema/check-jsonschema
86
- rev: "0.33.3"
+ rev: "0.34.0"
87
88
- id: check-dependabot
89
- id: check-github-workflows
0 commit comments