Skip to content

Add type hints to setuptools #2345

Open
@GergelyKalmar

Description

@GergelyKalmar

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions