Contents

pyflakes 3.2.0

0

passive checker of Python programs

passive checker of Python programs

Stars: 1337, Watchers: 1337, Forks: 176, Open Issues: 54

The PyCQA/pyflakes repo was created 10 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1337 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
No  pyflakes  pypi packages just yet.

Errors

A list of common pyflakes errors.

Code Examples

Here are some pyflakes code examples and snippets.

GitHub Issues

The pyflakes package has 54 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

See more issues on GitHub

Related Packages & Articles

flake8 7.0.0

the modular source code checker: pep8 pyflakes and co