You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when black is actually called. I don't see a benefit to have it in two places, if anything we maybe should remove other things from pylsp_settings, like line_length and preview.
if anything we maybe should remove other things from pylsp_settings, like line_length and preview.
Whatever you feel is best though having them all defined under pylsp_settings makes it obvious (to me as a beginner) what settings are available. (I'm thinking in respect of keeping this gist up to date.) The various plugin implementations don't seem to be standardised which is unfortunate.
python-lsp-black/pylsp_black/plugin.py
Lines 50 to 63 in 27200ee
Should
skip_magic_trailing_comma
andskip_string_normalization
be included here?The text was updated successfully, but these errors were encountered: