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 17ea716 commit 6d9a9b0Copy full SHA for 6d9a9b0
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: trailing-whitespace
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: "v0.11.0"
+ rev: "v0.11.2"
17
hooks:
18
- id: ruff
19
args: [--fix, --show-fixes]
@@ -26,13 +26,13 @@ repos:
26
args: []
27
28
- repo: https://github.com/abravalheri/validate-pyproject
29
- rev: "v0.24"
+ rev: "v0.24.1"
30
31
- id: validate-pyproject
32
additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"]
33
34
- repo: https://github.com/python-jsonschema/check-jsonschema
35
- rev: "0.31.3"
+ rev: "0.32.1"
36
37
- id: check-dependabot
38
- id: check-github-workflows
0 commit comments