diff options
author | AleksaC <aleksacukovic1@gmail.com> | 2020-12-20 14:07:51 +0100 |
---|---|---|
committer | AleksaC <aleksacukovic1@gmail.com> | 2020-12-20 14:07:51 +0100 |
commit | 639bc64d82494141fac0ed85baae767b63d72cb4 (patch) | |
tree | 33f56866c0544353eb970b7ddf589396a70b8779 /.pre-commit-hooks.yaml | |
parent | 4003667535ef9dab959788f31eb695c4ff4fd943 (diff) | |
download | jsonschema-639bc64d82494141fac0ed85baae767b63d72cb4.tar.gz |
Add pre-commit hook config
Diffstat (limited to '.pre-commit-hooks.yaml')
-rw-r--r-- | .pre-commit-hooks.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..f806715 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,6 @@ +- id: jsonschema + name: jsonschema + description: json schema validation + language: python + pass_filenames: false + entry: jsonschema |