
pyflakes 3.4.0
0
passive checker of Python programs
Contents
passive checker of Python programs
Stars: 1444, Watchers: 1444, Forks: 179, Open Issues: 60The PyCQA/pyflakes repo was created 11 years ago and the last code push was 8 months ago.
The project is very popular with an impressive 1444 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 60 open issues on GitHub
- setuptools deprecation warnings
pythonfix

