rupert / pyls-black

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

Add support for using black as a linter #4

Closed rupert closed 4 years ago

rupert commented 6 years ago

Using Black's --diff option, it should be possible to show inline warnings in the editor.

At the moment I just let Black do its thing and not worry about it too much - so I'm not sure how useful this feature will be in practice.

decko commented 5 years ago

It could make pyls use black as linter instead of flake8. It could be useful for IDEs that can only use one or another.