SlackBuildsOrg/python/python3-pyflakes
Dimitris Zlatanidis dfe61b6bca
python/python3-pyflakes: Updated for version 3.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-01-13 07:14:17 +07:00
..
python3-pyflakes.info
python3-pyflakes.SlackBuild
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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. Its also much faster.