Skip to content

Commit 90e334b

Browse files
chore: Lint schemas (#141)
1 parent 5bd172d commit 90e334b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,12 @@ repos:
4040
rev: v4.1.0
4141
hooks:
4242
- id: validate_manifest
43+
44+
- repo: https://github.com/python-jsonschema/check-jsonschema
45+
rev: 0.31.2
46+
hooks:
47+
- id: check-github-workflows
48+
- id: check-renovate
49+
language: python
50+
additional_dependencies:
51+
- pyjson5==1.6.8

0 commit comments

Comments
 (0)