[Python-projects] Writing a non-PEP8 checker for Pylint
Michał Kwiatkowski
constant.beta at gmail.com
Tue Mar 31 00:02:05 CEST 2009
2009/3/30 Tony Cappellini <cappy2112 at gmail.com>:
> I'm interested in writing a non-PEP8 check for Pylint.
> Has anyone already written something like this that and point me to an
> example on how to do this?
Some of the existing pylint checks overlap with PEP8. If you want
better conformance, there is a dedicated script written by Johann C.
Rocholl:
http://svn.browsershots.org/trunk/devtools/pep8/pep8.py
It runs on its own though, not as a part of pylint. Besides that I
haven't heard about anything else.
Cheers,
mk
More information about the Python-Projects
mailing list