Support hooks with custom node version.

This commit is contained in:
Anthony Sottile 2014-06-02 16:10:59 -07:00
parent 4b98b39cea
commit 511de4fe32
8 changed files with 61 additions and 31 deletions

View file

@ -2,9 +2,9 @@
sha: ca93f6834f2afc8a8f7de46c0e02076419077c7a
hooks:
- id: trailing-whitespace
files: \.(py|sh|yaml)$
files: \.(js|py|sh|yaml)$
- id: end-of-file-fixer
files: \.(py|sh|yaml)$
files: \.(js|py|sh|yaml)$
- id: check-yaml
files: \.(yaml|yml)$
- id: debug-statements