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.
I use
blueformatter which is exactly likeblackbut with a few modifications. Other language servers like Pylance allow customizing theblackexecutable 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.