Skip to content

Commit

Permalink
Merge pull request #1180 from jakob-keller/check-jsonschema
Browse files Browse the repository at this point in the history
Add `check-jsonschema` pre-commit hook (#1172)
  • Loading branch information
jakob-keller authored Aug 23, 2024
2 parents 3e33588 + 260b63d commit c9ec197
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ repos:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/adrienverge/yamllint.git
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- id: yamllint
args: [--strict]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

0 comments on commit c9ec197

Please sign in to comment.