Searching for an answer on Pylint's mailing list brings no interesting results.
Pylint is known to be very customizable, so I guess this should be possible...
The reason I would like Pylint to check compliance with PEP8 is because
I also asked this question on Pylint's mailing list at http://thread.gmane.org/gmane.comp.python.logilab/1039
Example of diagnostic messages from PEP8 which I don't get from Pylint:
PEP8 is usual community coding standard in Python-land. pylint is a linter that applies standards – usually, but not necessarily pep8. There seems to be an alternate linter, confusiingly called pep8. Since pylint is will apply the standard (PEP8) you get the same standard for free.
Pylint is a quality checker for Python programming language that follows the style recommended by PEP 8. This document provides guidelines to write clear code in Python with the main goal of improving readability and consistency of the code.
pylintrc
It would be nice if you could report these as desired features over here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With