sublimelsp / LSP-pylsp

Convenience package for the Python Language Server
MIT License
72 stars 5 forks source link

How to add own commandline option to a linter? #158

Closed ardabro closed 8 months ago

ardabro commented 8 months ago

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"]