Closed Yurlungur closed 1 year ago
@AstroBarker suggests autoformatting for Python scripts. I think this is a good idea. Parthenon uses black but as @AstroBarker points out autopep8 is also popular.
black
autopep8
Coincidentally (or maybe I saw this earlier and forgot about it) handled in #169
By the way I chose black because Parthenon uses it and it "just works"
@AstroBarker suggests autoformatting for Python scripts. I think this is a good idea. Parthenon uses
black
but as @AstroBarker points outautopep8
is also popular.