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
Hello, I read the docs but still have problems configuring major mode for python. I want to add keybinding: SPC m = u should run command ruff.executeFormat (only for python buffers). How do I do it? I tried different things eg:
Hello, I read the docs but still have problems configuring major mode for python. I want to add keybinding:
SPC m = u
should run commandruff.executeFormat
(only for python buffers). How do I do it? I tried different things eg:or
But nothing works - the
u
/ "Ruff format" is not shown inSPC m =
submenu for python buffers.The text was updated successfully, but these errors were encountered: