$ errors.fyi/mypy/type-arg 128 namespaces · 4,025 codes
mypy · mypy/type-arg
type-arg

Missing Type Argument

A generic type is used without specifying its type arguments (e.g. using List instead of List[int]). Enable this check with --disallow-any-generics.

References

In this namespace

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