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
But Python buffers are not formatted on saving when python-format-on-save is t and python-formatter is 'lsp (even if SPC m = = and SPC m = b do format the buffer).
Description
The Python layer's documentation states
https://develop.spacemacs.org/layers/+lang/python/README.html#automatic-buffer-formatting-on-save
But Python buffers are not formatted on saving when
python-format-on-save
ist
andpython-formatter
is'lsp
(even ifSPC m = =
andSPC m = b
do format the buffer).Reproduction guide 🪲
SPC f f ~/Documents/play/play.py
.play.py
.x=['a' ]
.SPC f s
Observed behaviour: 👀 💔
x=['a' ]
remains unchanged.Expected behaviour: ❤️ 😄
x=['a' ]
becomesx = ["a"]
. (This is the change effected bySPC m = =
orSPC m = b
.)System Info 💻
The text was updated successfully, but these errors were encountered: