flake8==7.3.0
# the modular source code checker: pep8 pyflakes and co
$ pip install flake8
downloads/wk
0
license
MIT
version
7.3.0
python
>=3.9
What is flake8?
Flake8 is a command-line tool that checks Python code for style errors, logical bugs, and complexity issues by combining multiple checkers including PEP 8 style compliance, pyflakes analysis, and McCabe complexity measurement. Developers use it to catch common mistakes early, enforce consistent code style across projects, and maintain code quality before committing changes.
Links
Dependencies (3)
Author
Tarek Ziade