$ errors.fyi/mypy/no-untyped-call 128 namespaces · 4,025 codes
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.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT