Skip to content

Commit

Permalink
chore: add schema validator check (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored Oct 23, 2023
2 parents 0c33993 + 932065f commit ba7d518
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 ba7d518

Please sign in to comment.