Skip to content

3.6 stubs used even though interpreter is 3.5 #3250

Closed
@daviskirk

Description

@daviskirk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions