Remove legacy 'hooks.yaml' file support

This commit is contained in:
Anthony Sottile 2017-07-09 10:19:42 -07:00
parent 7aeb4fe0f7
commit 86d9ca053b
8 changed files with 3 additions and 76 deletions

View file

@ -3,10 +3,7 @@ from __future__ import unicode_literals
import pkg_resources
CONFIG_FILE = '.pre-commit-config.yaml'
# In 0.12.0, the default file was changed to be namespaced
MANIFEST_FILE = '.pre-commit-hooks.yaml'
MANIFEST_FILE_LEGACY = 'hooks.yaml'
YAML_DUMP_KWARGS = {
'default_flow_style': False,