sublimelsp / LSP-pylsp

Convenience package for the Python Language Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add own commandline option to a linter?

ardabro opened this issue · comments

I'd like to add an option to linter. For example --check-untyped-defs to mypy.
How to do it? I haven't found any corresponding section in config file.

upd: sorry, found it: "pylsp.plugins.pylsp_mypy.overrides": ["--check-untyped-defs"]