Y
Hacker News
new
|
ask
|
show
|
jobs
by
protomyth
5004 days ago
Is there a LINT for Python? It looks like there was a question about them on Stack Overflow, but it was closed.
http://stackoverflow.com/questions/5611776/what-are-the-comp...
3 comments
duskwuff
5004 days ago
Aside from pylint which everyone has already mentioned, there's also pyflakes.
http://pypi.python.org/pypi/pyflakes
link
reinhardt
5004 days ago
Pylint is the most comprehensive, even if too noisy by default. After editing ~/.pylintrc to disable some overly strict checks it's pretty decent.
link
mrj
5004 days ago
pylint is probably the most commonly used:
http://www.logilab.org/857
link
http://pypi.python.org/pypi/pyflakes