Closed
Description
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?