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 file to package root #149

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

wbadart
Copy link
Contributor

@wbadart wbadart commented Oct 19, 2023

This tells mypy that the package contains type annotations (see PEP 561).

(I also want to thank all the maintainers/ contributors who worked on making the package so thoroughly typed; made my life 100x easier developing a custom backend!)

This tells `mypy` that the package contains type annotations (see [PEP
561][1]).

[1]: https://peps.python.org/pep-0561/
@thomaspatzke thomaspatzke merged commit 81ce963 into SigmaHQ:main Oct 19, 2023
12 checks passed
@thomaspatzke
Copy link
Member

Nice, thanks a lot!

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.

2 participants