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

PROTON-2848: [Python] Add py.typed marker to package for PEP 561 #433

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

PatrickTaibel
Copy link
Contributor

As far as I can tell, the python binding is properly typed. In order to allow using tools like mypy, it is required to have a py.typed file in the package (see PEP 561).

@astitcher
Copy link
Member

I'm not as confident as you that all the type annotations are actually correct, but they are intended to be! And we should fix the ones that aren't so I will merge this change and we can deal with any fallout.

@astitcher astitcher merged commit 9f66ae6 into apache:main Sep 11, 2024
4 checks passed
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