Open
Description
It seems that setuptools doesn't have type hints at the moment:
4: error: Skipping analyzing 'setuptools': found module but no type hints or library stubs
4: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports
I think that adding type hints at least to the most common entrypoints (e.g. setup
) would be great to have, considering that setuptools is quite an important part of the official Python ecosystem.