klen / pylama

Code audit tool for python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add pylint and isort to requirements.txt

remort opened this issue · comments

Since these linters are supported out of the box but not getting installed by default with installation of pylama, I think these packages worth to be listed in requirements.txt for pylama.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

base linters (pydocstyle, pycodestyle, mccabe) are installed with pylama, other could be installed as optional dependencies for example pip install pylama[pylint, eradicate