pyflakes 3.2.0
0
passive checker of Python programs
Contents
passive checker of Python programs
Stars: 1363, Watchers: 1363, Forks: 178, Open Issues: 57The PyCQA/pyflakes
repo was created 10 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1363 github stars!
How to Install pyflakes
You can install pyflakes using pip
pip install pyflakes
or add it to a project with poetry
poetry add pyflakes
Package Details
- Author
- A lot of people
- License
- MIT
- Homepage
- https://github.com/PyCQA/pyflakes
- PyPi:
- https://pypi.org/project/pyflakes/
- GitHub Repo:
- https://github.com/PyCQA/pyflakes
Classifiers
- Software Development
- Utilities
Related Packages
Errors
A list of common pyflakes errors.
Code Examples
Here are some pyflakes
code examples and snippets.
GitHub Issues
The pyflakes package has 57 open issues on GitHub
- "imported but unused" for
TypeAlias
with string literal type - Detect unused annotations in functions
- Global variables must be assigned to be used