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 a8e0467Copy full SHA for a8e0467
.pre-commit-config.yaml
@@ -15,5 +15,18 @@ 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=1st argument of function call is not assignable,
29
+ # -ignore=SC2(015|038|086|091|097|098|129|155),
30
+ ]
31
ci:
32
autoupdate_schedule: quarterly
0 commit comments