diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..9279403 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,8 @@ +- id: yamale-schema-verify + name: check yaml schema with Yamale + description: prevents invalid yaml schemas from being committed. + entry: yamale + language: python + types: [yaml] + pass_filenames: false + stages: [pre-commit, pre-push, manual]