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

Support type-checking #167

Open
allanlewis opened this issue Dec 4, 2024 · 2 comments · May be fixed by #168
Open

Support type-checking #167

allanlewis opened this issue Dec 4, 2024 · 2 comments · May be fixed by #168

Comments

@allanlewis
Copy link

Mypy complains that this package has neither library stubs or a py.typed marker. Assuming this isn't deliberate, can we add a empty py.typed file to each top-level package so that my code can be type-checked?

@EnriqueSoria
Copy link
Collaborator

Mypy complains that this package has neither library stubs or a py.typed marker. Assuming this isn't deliberate, can we add a empty py.typed file to each top-level package so that my code can be type-checked?

I don't have experience using mypy. Would you like to provide a PR to add that py.typed marker?

@allanlewis
Copy link
Author

Sure! WIP: #168

@allanlewis allanlewis linked a pull request Dec 9, 2024 that will close this issue
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 a pull request may close this issue.

2 participants