rupert / pyls-black

Black plugin for the Python Language Server
MIT License
72 stars 8 forks source link

Compatibility with yapf and autopep8 #32

Open maresb opened 3 years ago

maresb commented 3 years ago

The documentation says,

To avoid unexpected results you should make sure yapf and autopep8 are not installed.

This seems quite extreme. Do I really have to completely uninstall yapf and autopep8 in order to use pyls-black? What if other packages I have depend on those tools? Is there any possibility for coexistence?