Add pylint formatter

This commit is contained in:
Ian Cordasco 2016-02-07 10:45:19 -06:00
parent 2fc853b772
commit b8a38c2573
2 changed files with 15 additions and 0 deletions

View file

@ -72,6 +72,7 @@ setuptools.setup(
],
'flake8.report': [
'default = flake8.formatting.default:Default',
'pylint = flake8.formatting.default:Pylint',
],
},
classifiers=[