summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-12-20 09:55:29 -0500
committerGitHub <noreply@github.com>2020-12-20 09:55:29 -0500
commitebfc2177eda1f0836eef2ca6cf981aa79f02b9e1 (patch)
tree33f56866c0544353eb970b7ddf589396a70b8779
parent4003667535ef9dab959788f31eb695c4ff4fd943 (diff)
parent639bc64d82494141fac0ed85baae767b63d72cb4 (diff)
downloadjsonschema-ebfc2177eda1f0836eef2ca6cf981aa79f02b9e1.tar.gz
Merge pull request #765 from AleksaC/pre-commit-hook
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