Merge pull request #54 from rhoml/rhoml/add-eyaml-support

Add eyaml support for check-yaml hook
This commit is contained in:
Anthony Sottile 2015-04-16 00:50:57 -04:00
commit cedcea550c

View file

@ -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.