Closed ardabro closed 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.
--check-untyped-defs
upd: sorry, found it: "pylsp.plugins.pylsp_mypy.overrides": ["--check-untyped-defs"]
"pylsp.plugins.pylsp_mypy.overrides": ["--check-untyped-defs"]
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"]