Linting python code...
skip at pobox.com
skip at pobox.com
Tue Oct 10 08:23:29 EDT 2006
Christoph> On Tuesday 10 October 2006 14:06, Andrew Markebo wrote:
>> Are there any python-code linter out there
Christoph> PyLint (http://www.logilab.org/projects/pylint)
Christoph> PyChecker (http://pychecker.sf.net)
New kid on the block:
PyFlakes http://divmod.org/trac/wiki/DivmodPyflakes
It doesn't do nearly as much as the other two but doesn't import the
modules, so it can be used in places the others can't.
Skip
More information about the Python-list
mailing list