fixitEasy Playground

Meta's auto-fix linting framework with CST-based rules

Getting started with fixitRun locally
Install
pip install fixit
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: fixit)

fixit is a third-party package. Meta's auto-fix linting framework with CST-based rules. Install with: pip install fixit

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?