Pylint
2019, Dec 30
Linting exists for python also, and I have added pylint to some of my projects.
From the command line
pip3 install pylint
pylint source/
Depending on your style, it may complain a lot/too much. Doing pylint -E source/
will only give the worse.