rupert / pyls-black

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

pyls-black

PyPI Code style: black

Black plugin for the Python Language Server.

In the same virtualenv as python-language-server:

pip3 install pyls-black

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

See the wiki for instructions on how to use pyls-black with popular text editors.