Add a pre-commit hook to validate schemas

This commit is contained in:
Kurt McKee 2023-12-05 16:30:57 -06:00
parent 21922845dc
commit 853daf263f
No known key found for this signature in database
GPG key ID: 64713C0B5BA8E1C2

View file

@ -39,3 +39,8 @@ repos:
hooks:
- id: mypy
exclude: ^(docs/|example-plugin/)
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.2
hooks:
- id: check-github-workflows
- id: check-readthedocs