dfe61b6bca
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
||
---|---|---|
.. | ||
README | ||
python3-pyflakes.SlackBuild | ||
python3-pyflakes.info | ||
slack-desc |
README
simple program which checks Python source files for errors.
Pyflakes analyzes programs and detects 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.