Skip to content

Commit

Permalink
add check-jsonschema pre-commit hooks (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Nov 21, 2023
1 parent 472c368 commit ccd935f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,10 @@ repos:
rev: "v0.15"
hooks:
- id: validate-pyproject

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

0 comments on commit ccd935f

Please sign in to comment.