Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Would adding py.typed suffice to add mypy support ? #67

Closed
JonathanPlasse opened this issue Sep 27, 2022 · 1 comment
Closed

Would adding py.typed suffice to add mypy support ? #67

JonathanPlasse opened this issue Sep 27, 2022 · 1 comment

Comments

@JonathanPlasse
Copy link
Contributor

Hi,
Love pymap3d.

When running my code with mypy without --ignore-missing-imports, I get the error Skipping analyzing "pymap3d": module is installed, but missing library stubs or py.typed marker.
Would adding py.typed suffice to add mypy support as described here?

@JonathanPlasse
Copy link
Contributor Author

Never mind, it would cause problems as the current typing would cause problems.
Returning tuple instead of tuple[float, float, float] for example.

@geospace-code geospace-code locked and limited conversation to collaborators Oct 26, 2022
@scivision scivision converted this issue into discussion #73 Oct 26, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant