Implement no-dependency system and script hook types. Closes #39.

This commit is contained in:
Anthony Sottile 2014-03-30 15:15:13 -07:00
parent 02660f7c0a
commit c418f2b94e
14 changed files with 86 additions and 52 deletions

View file

@ -5,13 +5,6 @@ HOOKS_WORKSPACE = '.pre-commit-files'
MANIFEST_FILE = 'hooks.yaml'
SUPPORTED_LANGUAGES = set([
'python',
'ruby',
'node',
])
YAML_DUMP_KWARGS = {
'default_flow_style': False,
'indent': 4,