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

Add py.typed marker file for mypy #95

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Add py.typed marker file for mypy #95

merged 1 commit into from
Mar 14, 2024

Conversation

MHHukiewitz
Copy link
Member

From running mypy on aleph-sdk-python:

src/aleph/sdk/client/http.py:8:1: error: Skipping analyzing "aleph_message": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/aleph/sdk/client/http.py:9:1: error: Skipping analyzing "aleph_message.models": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/aleph/sdk/client/authenticated_http.py:10:1: error: Skipping analyzing "aleph_message": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/aleph/sdk/client/authenticated_http.py:11:1: error: Skipping analyzing "aleph_message.models": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/aleph/sdk/client/authenticated_http.py:29:1: error: Skipping analyzing "aleph_message.models.execution.base": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/aleph/sdk/client/authenticated_http.py:30:1: error: Skipping analyzing "aleph_message.models.execution.environment": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/aleph/sdk/client/authenticated_http.py:35:1: error: Skipping analyzing "aleph_message.models.execution.instance": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/aleph/sdk/client/authenticated_http.py:36:1: error: Skipping analyzing "aleph_message.models.execution.program": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/aleph/sdk/client/authenticated_http.py:37:1: error: Skipping analyzing "aleph_message.models.execution.volume": module is installed, but missing library stubs or py.typed marker  [import-untyped]
src/aleph/sdk/client/authenticated_http.py:38:1: error: Skipping analyzing "aleph_message.status": module is installed, but missing library stubs or py.typed marker  [import-untyped]

@hoh hoh merged commit 9875799 into main Mar 14, 2024
2 checks passed
@MHHukiewitz MHHukiewitz deleted the mhh-add-py-typed-marker branch March 14, 2024 14:17
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

Successfully merging this pull request may close these issues.

2 participants