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?
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?