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 #251

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

Conversation

smheidrich
Copy link

Running Mypy on packages that depend on this package, one gets errors like:

example.py:1: error: Skipping analyzing "renameat2": module is installed, but missing library stubs or py.typed marker  [import]
example.py:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

As the error message suggests, this can be solved by adding a py.typed marker to the package data files, which is what this PR does.

@jordemort
Copy link
Owner

Thanks, LGTM. Looks like I need to brush some dust off the CI here. I'll try and get to that this week and then kick out a release with your change.

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.

None yet

2 participants