flake8 7.1.1
0
the modular source code checker: pep8 pyflakes and co
Contents
the modular source code checker: pep8 pyflakes and co
Stars: 3423, Watchers: 3423, Forks: 306, Open Issues: 24The PyCQA/flake8
repo was created 10 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 3423 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
Related Packages
Errors
A list of common flake8 errors.
Code Examples
Here are some flake8
code examples and snippets.
GitHub Issues
The flake8 package has 24 open issues on GitHub
- remove slow debug() log
- Output is appended to the report file when using –output-file