shed — Easy Playground
Opinionated wrapper combining black, isort, pyupgrade, autoflake
Getting started with shedRun locally
Install
pip install shedPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: shed)
shed is a third-party package. Opinionated wrapper combining black, isort, pyupgrade, autoflake. Install with: pip install shed
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?