You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools like mypy need a way to know that the package contains type-hints.
According to PEP-561, the way to do it in a package that contains
type-hints inline is adding a py.typed file in the package root.
Tested by installing the package and running mypy, seems to work well.
0 commit comments