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 d81a9ef commit 3596793Copy full SHA for 3596793
.pre-commit-config.yaml
@@ -15,5 +15,19 @@ repos:
15
hooks:
16
- id: ruff
17
args: [--exit-non-zero-on-fix]
18
+ - repo: https://github.com/python-jsonschema/check-jsonschema
19
+ rev: 0.29.4
20
+ hooks:
21
+ - id: check-dependabot
22
+ - id: check-github-workflows
23
+ - repo: https://github.com/rhysd/actionlint
24
+ rev: v1.7.3
25
26
+ - id: actionlint
27
+ args: [
28
+ -ignore=property "debug_build" is not defined,
29
+ -ignore=property "allow_failure" is not defined,
30
+ -ignore=SC2(046|086),
31
+ ]
32
ci:
33
autoupdate_schedule: quarterly
0 commit comments