pyflakes
passive checker of Python programs
passive checker of Python programs
To install this package, run one of the following:
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.
Summary
passive checker of Python programs
Last Updated
Dec 10, 2019 at 23:28
License
MIT
Total Downloads
4.8K
Supported Platforms
GitHub Repository
https://github.com/pyflakes/pyflakesDocumentation
https://pypi.python.org/pypi/pyflakes