Skip to content

Commit

Permalink
pre-commit json validation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Aug 3, 2024
1 parent 89524e5 commit 0f2a010
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 @@ -14,3 +14,10 @@ repos:
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: '0.29.1'
hooks:
- id: check-github-workflows
args: ["--verbose"]
- id: check-renovate
args: ["--verbose"]

0 comments on commit 0f2a010

Please sign in to comment.