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
This is picked up by pycodestyle when linting but it is not respected by yapf or autopep8 (I'm not sure which one is used) when formatting code (I use Emacs and lsp-python, formatting buffer is made with a call to lsp-format-buffer).
Do I need to add sections to the configuration file for autopep8 and/or yapf?
The text was updated successfully, but these errors were encountered:
I have the following in ~/.config/pycodestyle:
This is picked up by pycodestyle when linting but it is not respected by yapf or autopep8 (I'm not sure which one is used) when formatting code (I use Emacs and lsp-python, formatting buffer is made with a call to lsp-format-buffer).
Do I need to add sections to the configuration file for autopep8 and/or yapf?
The text was updated successfully, but these errors were encountered: