Configuation is ignored #184
glottis9
started this conversation in
Configuration
Replies: 1 comment
-
This sounds like an issue with your Emacs configuration. Have you raised it with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't get pylsp to honor my config. I put [flake8] and/or [pycodestyle] sections in setup.cfg but still get errors in my buffer. I also have the following elisp:
(setq lsp-pylsp-configuration-sources ["flake8"]
lsp-pylsp-plugins-flake8-ignore ["D100" "D103" "E501"])
and that doesn't work either. Any idea what I need to do?
Beta Was this translation helpful? Give feedback.
All reactions