Skip to content

Commit

Permalink
Fixup with check-jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Mar 20, 2024
1 parent 8326276 commit 5ad82dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ repos:
rev: v0.16
hooks:
- id: validate-pyproject # Validate the contents of pyproject.toml

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
hooks:
- id: check-readthedocs # Validate the given .readthedocs.yml file
- id: check-dependabot # Validate the given dependabot.yml file

0 comments on commit 5ad82dd

Please sign in to comment.