Currently plugins cannot take full advantage of mypy because pylsp is missing py.typed marker, even though it does make a decent use of typing.
error: Skipping analyzing "pylsp": module is installed, but missing library stubs or py.typed marker [import-untyped]
Currently plugins cannot take full advantage of
mypybecausepylspis missingpy.typedmarker, even though it does make a decent use of typing.