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 0bffd9f commit 8a63462Copy full SHA for 8a63462
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: "v0.9.2"
+ rev: "v0.9.4"
18
hooks:
19
- id: ruff
20
args: [--fix, --show-fixes]
@@ -33,7 +33,7 @@ repos:
33
additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"]
34
35
- repo: https://github.com/python-jsonschema/check-jsonschema
36
- rev: "0.31.0"
+ rev: "0.31.1"
37
38
- id: check-dependabot
39
- id: check-github-workflows
0 commit comments