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
Running mypy in a project that uses ghapi results in this error:
foo.py:14: error: Skipping analyzing "ghapi.all": module is installed, but missing library stubs or py.typed marker [import-untyped]
foo.py:14: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
ghapi seems to have types already, so all that is missing is a py.typed marker.
The text was updated successfully, but these errors were encountered:
Running mypy in a project that uses ghapi results in this error:
ghapi seems to have types already, so all that is missing is a py.typed marker.
The text was updated successfully, but these errors were encountered: