Make flake8 actually work

This commit is contained in:
Ian Cordasco 2016-03-10 19:00:07 -06:00
parent 36fb688f97
commit da21821517
4 changed files with 31 additions and 4 deletions

View file

@ -71,6 +71,7 @@ setuptools.setup(
'console_scripts': ['flake8 = flake8.main.cli:main'],
'flake8.extension': [
'F = flake8.plugins.pyflakes:FlakesChecker',
'pep8.tabs_or_spaces = pep8:tabs_or_spaces',
],
'flake8.report': [
'default = flake8.formatting.default:Default',