mypy · mypy/no-untyped-def
no-untyped-def
Function Missing Type Annotations
A function or method does not have type annotations for one or more parameters or its return value. Enabled when --disallow-untyped-defs is set.
A function or method does not have type annotations for one or more parameters or its return value. Enabled when --disallow-untyped-defs is set.