neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
573 stars 51 forks source link

Black does not support the "Format Selection" command #314

Open himat opened 3 years ago

himat commented 3 years ago

I got the error that "[coc.nvim] Black does not support the "Format Selection" command" when trying to apply coc-format-selected.

Is this a limitation of black or of coc-python?