Simplify mixed-line-ending hook

This commit is contained in:
Anthony Sottile
2017-09-05 20:20:43 -07:00
parent 47c4d9ebed
commit fbcd096ea9
3 changed files with 134 additions and 315 deletions

View File

@ -31,7 +31,6 @@ setup(
'simplejson',
'six',
],
extras_require={':python_version=="2.7"': ['enum34']},
entry_points={
'console_scripts': [
'autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main',