mypy · mypy/no-untyped-call
no-untyped-call
Call to Untyped Function
A typed function calls a function that has no type annotations, which means mypy cannot check the call. Enabled when --disallow-untyped-calls is set.
A typed function calls a function that has no type annotations, which means mypy cannot check the call. Enabled when --disallow-untyped-calls is set.