From efb691467b41669c3cf8b7fd56b8aa02648149a9 Mon Sep 17 00:00:00 2001 From: Rhommel Lamas Date: Thu, 16 Apr 2015 13:53:19 +1000 Subject: [PATCH] Add eyaml support for check-yaml hook --- hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks.yaml b/hooks.yaml index 595637f..13fef85 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -49,7 +49,7 @@ description: This hook checks yaml files for parseable syntax. entry: check-yaml language: python - files: \.(yaml|yml)$ + files: \.(yaml|yml|eyaml)$ - id: debug-statements name: Debug Statements (Python) description: This hook checks that debug statements (pdb, ipdb, pudb) are not imported on commit.