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
I received this error when running mypy on a project that depends on hydrotools.nwis_client.
error: Skipping analyzing "hydrotools.nwis_client.iv": module is installed, but missing library stubs or py.typed marker
I discovered that none of the hydryotools subpackages are PEP-561 compliant, however they do use type hints. I think we should considering adding py.typed files to help users that utilize type checkers.
The text was updated successfully, but these errors were encountered:
I received this error when running
mypy
on a project that depends onhydrotools.nwis_client
.error: Skipping analyzing "hydrotools.nwis_client.iv": module is installed, but missing library stubs or py.typed marker
I discovered that none of the
hydryotools
subpackages are PEP-561 compliant, however they do use type hints. I think we should considering addingpy.typed
files to help users that utilize type checkers.The text was updated successfully, but these errors were encountered: