A simple program which checks Python source files for errors
Pyflakes 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 check on style.
Release | Stable | Testing |
---|---|---|
EPEL 7 | 1.6.0-4.el7 | - |
You can contact the maintainers of this package via email at
pyflakes dash maintainers at fedoraproject dot org
.