Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
pyflakes - A simple program which checks Python source files for errors
- Description:
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.
Packages
pyflakes-0.7.3-5.el7.noarch
[37 KiB] |
Changelog
by Matthias Runge (2014-05-07):
- import for epel7
- minor spec cleanup (remove bundled egg-info, no py3 on rhel7)
|