From a7dbfb08b35f1d3bc3cfc505488dc47adaf91adc Mon Sep 17 00:00:00 2001 From: bootswithdefer Date: Fri, 23 Dec 2016 12:04:45 -0700 Subject: [PATCH] support for pre-commit from yelp --- hooks.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hooks.yaml diff --git a/hooks.yaml b/hooks.yaml new file mode 100644 index 0000000..482f3fb --- /dev/null +++ b/hooks.yaml @@ -0,0 +1,11 @@ +--- + +# For use with pre-commit. +# See usage instructions at http://pre-commit.com + +- id: yamllint + name: yamllint + description: This hook runs yamllint. + entry: yamllint + language: python + files: \.(yaml|yml)$