summaryrefslogtreecommitdiffstats
path: root/python/python3-pyflakes/README
blob: 6570ff94c065877db8c51979dd61c3a36d309f76 (plain)
1
2
3
4
5
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.