python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.9k stars 197 forks source link

Pass argument `extendIgnore` to flake8 #469

Closed UnkwUsr closed 11 months ago

UnkwUsr commented 11 months ago

As black formatter documentation recommends adding extend-ignore="E203" to flake8, it would be nice if we could be able to do this from lsp server options.