Closed as not planned
Description
Feature
I often see people making packages, type checking them with mypy
, and forgetting to include a py.typed
file.
Pitch
Can we add a new option to mypy
to error if someone has a package without a py.typed
file? It would be nice if mypy
could catch this common type of error (forgetting a py.typed
file).