Skip to content

Commit 8834941

Browse files
committed
chore: add check-jsonschema pre-commit hook
1 parent 6512b55 commit 8834941

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ repos:
1818
- id: end-of-file-fixer
1919
exclude_types: [csv]
2020
- id: trailing-whitespace
21+
22+
- repo: https://github.com/python-jsonschema/check-jsonschema
23+
rev: f805888065fdb6162e1f800e50bb9460cbd223d6 # frozen: 0.37.2
24+
hooks:
25+
- id: check-dependabot
26+
- id: check-github-workflows

0 commit comments

Comments
 (0)