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 PEP 0561 marker #11

Merged
merged 1 commit into from
Aug 3, 2022
Merged

Add PEP 0561 marker #11

merged 1 commit into from
Aug 3, 2022

Conversation

nsychev
Copy link
Contributor

@nsychev nsychev commented Mar 9, 2022

This PR adds py.typed file. mypy requires it for resolving types.

Without this file, it produces errors:

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

I think, poetry includes this file into package by default, but didn't check.

See also:

@alex-oleshkevich alex-oleshkevich merged commit 9752389 into alex-oleshkevich:master Aug 3, 2022
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