Skip to content

Missing annotation in function passed in a click decorator #3869

@diamond-lizard

Description

@diamond-lizard

When I run "mypy --disallow-any unannotated foo.py", mypy tells me that "foo.py:6: error: Function is missing a return type annotation".

Here is the output of running "mypy -v --disallow-any unannotated foo.py"

I'm not sure if this is a bug or if there's some special way I'm supposed to annotate the line mypy is complaining about.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions