From 639bc64d82494141fac0ed85baae767b63d72cb4 Mon Sep 17 00:00:00 2001 From: AleksaC Date: Sun, 20 Dec 2020 14:07:51 +0100 Subject: Add pre-commit hook config --- .pre-commit-hooks.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .pre-commit-hooks.yaml 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 -- cgit v1.2.1