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 am trying to use mypy on a package that uses emmet.core as a dependency, but it can't use any of emmet's type hints because there is no py.typed marker in the directory.
Example:
Skipping analyzing "emmet.core.math": module is installed, but missing library stubs or py.typed marker
Proposed Solution
Add a py.typed file.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
I am trying to use
mypy
on a package that usesemmet.core
as a dependency, but it can't use any of emmet's type hints because there is nopy.typed
marker in the directory.Example:
Proposed Solution
Add a
py.typed
file.Alternatives
No response
The text was updated successfully, but these errors were encountered: