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 b2d2ba8 commit e641348Copy full SHA for e641348
.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.4"
+ rev: "v0.11.7"
17
hooks:
18
- id: ruff
19
args: [--fix, --show-fixes]
@@ -32,7 +32,7 @@ repos:
32
additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"]
33
34
- repo: https://github.com/python-jsonschema/check-jsonschema
35
- rev: "0.32.1"
+ rev: "0.33.0"
36
37
- id: check-dependabot
38
- id: check-github-workflows
0 commit comments