summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksaC <aleksacukovic1@gmail.com>2020-12-20 14:07:51 +0100
committerAleksaC <aleksacukovic1@gmail.com>2020-12-20 14:07:51 +0100
commit639bc64d82494141fac0ed85baae767b63d72cb4 (patch)
tree33f56866c0544353eb970b7ddf589396a70b8779
parent4003667535ef9dab959788f31eb695c4ff4fd943 (diff)
downloadjsonschema-639bc64d82494141fac0ed85baae767b63d72cb4.tar.gz
Add pre-commit hook config
-rw-r--r--.pre-commit-hooks.yaml6
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