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
When I look at the lumen code in VS Code I see errors marked all over the place by mypy. Please please please use mypy to help create a robust code base with a minimum of issues. Thanks.
The text was updated successfully, but these errors were encountered:
When running mypy on a repository that is using lumen I see
src/mt_ai_assistant/data_assistant.py:7: error: Skipping analyzing "lumen.ai": module is installed, but missing library stubs or py.typed marker [import-untyped]
src/mt_ai_assistant/data_assistant.py:7: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
src/mt_ai_assistant/data_assistant.py:7: error: Skipping analyzing "lumen": module is installed, but missing library stubs or py.typed marker
When I look at the lumen code in VS Code I see errors marked all over the place by mypy. Please please please use mypy to help create a robust code base with a minimum of issues. Thanks.
The text was updated successfully, but these errors were encountered: