You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@MrAwesomeRocks We have plans of separating tooling like formatting and linting into their own extension. See #18469 . As a part of this work, we plan on providing an extension template that tool authors can use to build VS Code extensions for their tools. We just posted about a prototype for this on black see here psf/black#2883, and autopep8 here hhatto/autopep8#624. Please do watch for our blogs, we will share information on how to create your own extension for formatting using our extension templates.
Uh oh!
There was an error while loading. Please reload this page.
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 withblack
, AutoPEP8, and YAPF?Note: From the README,
ssort
has to run beforeblack
orisort
.Thank you very much!
The text was updated successfully, but these errors were encountered: