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 bc2bea5 commit 02d72a8Copy full SHA for 02d72a8
.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.12.8"
+ rev: "v0.12.9"
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.33.2"
+ rev: "0.33.3"
36
37
- id: check-dependabot
38
- id: check-github-workflows
0 commit comments