Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modules missing stubs or py.typed markers #207

Open
jarq6c opened this issue Sep 13, 2022 · 0 comments
Open

Modules missing stubs or py.typed markers #207

jarq6c opened this issue Sep 13, 2022 · 0 comments

Comments

@jarq6c
Copy link
Collaborator

jarq6c commented Sep 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant