pyflakes
passive checker of Python 2 programs
Description
Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. This is the Python 2 command line `pyflakes3` program.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://launchpad.net/pyflakes
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install pyflakes