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
Mypy complains that this package has neither library stubs or a py.typed marker. Assuming this isn't deliberate, can we add a empty py.typed file to each top-level package so that my code can be type-checked?
The text was updated successfully, but these errors were encountered:
Mypy complains that this package has neither library stubs or a py.typed marker. Assuming this isn't deliberate, can we add a empty py.typed file to each top-level package so that my code can be type-checked?
I don't have experience using mypy. Would you like to provide a PR to add that py.typed marker?
Mypy complains that this package has neither library stubs or a
py.typed
marker. Assuming this isn't deliberate, can we add a emptypy.typed
file to each top-level package so that my code can be type-checked?The text was updated successfully, but these errors were encountered: