Closed Andrew-S-Rosen closed 1 month ago
As recommended in pep 0561, a blank py.typed marker should be included when type hints are used so downstream codes can type check with mypy and similar tools.
py.typed
mypy
@Andrew-S-Rosen , I'm sorry it took so long to merge these. Thanks for doing these!
As recommended in pep 0561, a blank
py.typed
marker should be included when type hints are used so downstream codes can type check withmypy
and similar tools.