-
-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
Description
With JavaScript and Rust (and soon Vala) we do 2 things:
- Workbench auto formats the code when pressing "Run"
- We have a pre-commit hook that auto formats staged files (see
lint-stagedinpackage.json)
We should implement the same thing for Python so that
- We don't ask contributors to make bothersome code formatting changes
- Improve the experience of Workbench user