Closed
Description
https://typing.readthedocs.io/en/latest/spec/distributing.html#packaging-type-information
Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing.
Without this file, mypy emits errors like this on h2
import statements:
Skipping analyzing "h2.config": module is installed, but missing library stubs or py.typed marker Mypy (import-untyped)
Metadata
Metadata
Assignees
Labels
No labels