flake8 — Easy Playground
Linting: PyFlakes + pycodestyle + McCabe complexity
Getting started with flake8Run locally
Install
pip install flake8Python CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: flake8)
flake8 is a third-party package. Linting: PyFlakes + pycodestyle + McCabe complexity. Install with: pip install flake8
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?