Would adding py.typed suffice to add mypy support ? #73
JonathanPlasse
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Never mind, it would cause problems as the current typing would cause problems. |
Beta Was this translation helpful? Give feedback.
2 replies
-
The pull request #76 resolves this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Love pymap3d.
When running my code with mypy without
--ignore-missing-imports
, I get the errorSkipping 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?
Beta Was this translation helpful? Give feedback.
All reactions