How to configure individual LSPs (specifically pylsp) in Neovim using Mason, mason-lspconfig, and lspconfig plugins
When using pylsp with Neovim, I get errors such as E302 expected 2 blank lines, found 1
and E741 ambiguous variable name 'l'
. Simple formatting errors such as these seem pointless to me and clutter my workspace. How would I go about configuring pylsp to not show these errors?