Closed
Description
The 3rd party click package defines its stubs as lib/mypy/typeshed/third_party/3.6/click/core.pyi . However, when using python 3.5 it still tries to read the stubs resulting in a error: Parse error before :
because of the 3.6 syntax used.
Is there a way to exclude the inclusion of 3.6 stubs?
Metadata
Metadata
Assignees
Labels
No labels