OMG we're running a hook

This commit is contained in:
Anthony Sottile 2014-03-13 22:12:33 -07:00
parent 47bad120e4
commit 871ab4d72f
11 changed files with 105 additions and 25 deletions

View file

@ -5,8 +5,8 @@ HOOKS_WORKSPACE = '.pre-commit-files'
MANIFEST_FILE = 'manifest.yaml'
SUPPORTED_LANGUAGES = [
SUPPORTED_LANGUAGES = set([
'python',
'ruby',
'node',
]
])