Skip to content

Commit ebfc217

Browse files
authored
Merge pull request #765 from AleksaC/pre-commit-hook
Add pre-commit hook config
2 parents 4003667 + 639bc64 commit ebfc217

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: jsonschema
2+
name: jsonschema
3+
description: json schema validation
4+
language: python
5+
pass_filenames: false
6+
entry: jsonschema

0 commit comments

Comments
 (0)