Contents

flake8 7.3.0

0

the modular source code checker: pep8 pyflakes and co

the modular source code checker: pep8 pyflakes and co

Stars: 3759, Watchers: 3759, Forks: 340, Open Issues: 23

The PyCQA/flake8 repo was created 11 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 3759 github stars!

How to Install flake8

You can install flake8 using pip

pip install flake8

or add it to a project with poetry

poetry add flake8

Package Details

Author
Tarek Ziade
License
MIT
Homepage
https://github.com/pycqa/flake8
PyPi:
https://pypi.org/project/flake8/
GitHub Repo:
https://github.com/pycqa/flake8

Classifiers

  • Software Development/Libraries/Python Modules
  • Software Development/Quality Assurance
No  flake8  pypi packages just yet.

Errors

A list of common flake8 errors.

Code Examples

Here are some flake8 code examples and snippets.

GitHub Issues

The flake8 package has 23 open issues on GitHub

  • Max Line Length in style guide ignored with python 3.14 when checking multiple files
  • --benchmark / --statistics don't play well with custom formatters or --quiet

See more issues on GitHub

Related Packages & Articles

typer 0.21.1

Typer, build great CLIs. Easy to code. Based on Python type hints.

rich 14.3.2

Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal

fastapi 0.129.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production