rupert / pyls-black

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

Experiment with subprocess #2

Closed rupert closed 6 years ago

rupert commented 6 years ago

Experiment with running python -m black via subprocess rather than importing the black Python module.

Pros:

Cons: