aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-flakes/pkg-descr
blob: 00c348c35fbdf89524104b457e4993bfb67f1ac3 (plain) (blame)
1
2
3
4
5
6
7
Pyflakes is a simple program which checks Python source files for errors. It is
similar to PyChecker in scope, but differs in that it does not execute the 
modules to check them. This is both safer and faster, although it does not 
perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors 
in programs; it does not perform any checks on style.

WWW: http://www.divmod.org/trac/wiki/DivmodPyflakes