It is a default tool from mypy (we already have, since it is a part of mypy).
It used to test that runtime and stubs match: https://github.com/typeddjango/django-stubs/blob/master/scripts/stubtest.sh
It can find missing type definition or ones that we forgot to remove for some reason.
Extra / missing func parameters / names / etc.
It is a really useful tool.
It is a default tool from
mypy(we already have, since it is a part ofmypy).It used to test that runtime and stubs match: https://github.com/typeddjango/django-stubs/blob/master/scripts/stubtest.sh
It can find missing type definition or ones that we forgot to remove for some reason.
Extra / missing func parameters / names / etc.
It is a really useful tool.