To install this package run one of the following: conda install free::pyflakes
Description
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 is also much faster.