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

Declare package to be fully typed #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

allanlewis
Copy link

@allanlewis allanlewis commented Dec 9, 2024

This should allow type-checkers like Mypy to run against this package.

Resolves #167.

In order to allow consumers to type-check their code using Mypy or similar
tools, this commit adds `py.typed` marker files to each top-level package and
configures `setup.py` to inclide them in the distribution.
@allanlewis allanlewis marked this pull request as ready for review December 9, 2024 12:49
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.

Support type-checking
1 participant