Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
It seems there are three main options:
- black - very simple, but not configurable at all (except for line length), would drastically change code style
- yapf - more options to tweak, can omit parts of code
- autopep8 - more similar to spotless - only touches code that breaks formatting guidelines, can use pycodestyle and flake8 as configuration
The rigidity of Black makes it unusable for Beam.
Attachments
Issue Links
- links to