Skip to content

Click 8.0 does not support mypy's no_implicit_reexport #1879

Closed
@tucked

Description

@tucked

Looks like 8.0.0 started shipping type annotations (yay!): 0103c95

Something doesn't seem to be clicking (no pun intended 😁) with mypy , though:

error: Name 'click.Context' is not defined
error: Name 'click.Option' is not defined
error: Module has no attribute "command"; maybe "Command"?
error: Module has no attribute "option"; maybe "Option"?
error: Module has no attribute "IntRange"
error: Module has no attribute "Choice"
error: Name 'click.Context' is not defined
error: Module has no attribute "argument"; maybe "Argument"?
error: Module has no attribute "pass_context"
error: Module has no attribute "secho"; maybe "echo"?
error: Module has no attribute "echo"; maybe "secho"?

Anyone else seeing this or know what's up?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions