Skip to content

Flag to disallow partially annotated functions #3742

Description

@ilinum

It would be useful to have a flag to disallow partially annotated functions.

It would work something like this:

deff(i: int): # error: Missing type annotationpassdefg(i): # no errorpassdefh(i: int) ->None: # no errorpass

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions