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 mypy and fix issues #959

Open
MarcSkovMadsen opened this issue Jan 25, 2025 · 1 comment
Open

Add mypy and fix issues #959

MarcSkovMadsen opened this issue Jan 25, 2025 · 1 comment

Comments

@MarcSkovMadsen
Copy link

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.

Image

@MarcSkovMadsen
Copy link
Author

MarcSkovMadsen commented Feb 2, 2025

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

Please remember to add py.typed marker file.

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

No branches or pull requests

1 participant