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 bf388ce commit c3d0608Copy full SHA for c3d0608
.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.7.4"
+ rev: "v0.8.1"
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.29.4"
+ rev: "0.30.0"
37
38
- id: check-dependabot
39
- id: check-github-workflows
0 commit comments