ruff — Easy Playground
Extremely fast linter and formatter in Rust; replaces flake8, isort
Getting started with ruffRun locally
Install
pip install ruffPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: ruff)
ruff is a third-party package. Extremely fast linter and formatter in Rust; replaces flake8, isort. Install with: pip install ruff
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?