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
I use blue formatter which is exactly like black but with a few modifications. Other language servers like Pylance allow customizing the black executable name so it can be changed to blue. I'm wondering if this project would be open to allowing a customization of the import name like black = __import__(config.import_name).
For now I will just create a fork and use that.
The text was updated successfully, but these errors were encountered:
If all it takes for compatibility is to introduce a black_executable configuration option then I would be open to PRs for it. Otherwise a fork to python-lsp-blue would make more sense IMO.
I use
blue
formatter which is exactly likeblack
but with a few modifications. Other language servers like Pylance allow customizing theblack
executable name so it can be changed toblue
. I'm wondering if this project would be open to allowing a customization of the import name likeblack = __import__(config.import_name)
.For now I will just create a fork and use that.
The text was updated successfully, but these errors were encountered: