Closed
Description
A new Python formatter, ssort
, has recently be released. The special thing about this one is that is reorganizes source code, not just whitespace/line length/etc. Would it be possible to add this as a formatter, along with black
, AutoPEP8, and YAPF?
Note: From the README, ssort
has to run before black
or isort
.
Thank you very much!