flake8
Package — Code QualityPython 3.7+Intermediate
Linting: PyFlakes + pycodestyle + McCabe complexity
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- mccabe, pycodestyle, pyflakes
- Install
pip install flake8
Learn by Difficulty
Quick Example
python
# Install: pip install flake8 import flake8 # Basic flake8 usage print(f"Using flake8") # See documentation for detailed examples
flake8 is a third-party package. Linting: PyFlakes + pycodestyle + McCabe complexity. Install with: pip install flake8
Try in PlaygroundTags
packagecode-qualitylintingformatting