Skip to content

Commit

Permalink
add check-jsonschema pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Nov 21, 2023
1 parent 472c368 commit 49efc0c
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 @@ -92,3 +92,11 @@ 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-actions
- id: check-github-workflows
- id: check-readthedocs

0 comments on commit 49efc0c

Please sign in to comment.