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 8888ec9 commit 41ed6baCopy full SHA for 41ed6ba
.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.6.3"
+ rev: "v0.6.8"
18
hooks:
19
- id: ruff
20
args: [--fix, --show-fixes]
@@ -27,13 +27,13 @@ repos:
27
args: []
28
29
- repo: https://github.com/abravalheri/validate-pyproject
30
- rev: "v0.19"
+ rev: "v0.20.2"
31
32
- id: validate-pyproject
33
additional_dependencies: ["validate-pyproject-schema-store[all]"]
34
35
- repo: https://github.com/python-jsonschema/check-jsonschema
36
- rev: "0.29.2"
+ rev: "0.29.3"
37
38
- id: check-dependabot
39
- id: check-github-workflows
0 commit comments