Skip to content

Commit

Permalink
chore: add schema validator check
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Oct 13, 2023
1 parent 57fe0d1 commit 932065f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,11 @@ repos:
main()
additional_dependencies:
- validate-pyproject[all]>=0.13

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
hooks:
- id: check-metaschema
files: \.schema\.json$
- id: check-readthedocs
- id: check-github-workflows

0 comments on commit 932065f

Please sign in to comment.