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

Adding py.typed sentinel file to support type checking #146

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

Conversation

DrPyser
Copy link
Contributor

@DrPyser DrPyser commented Aug 9, 2024

https://typing.readthedocs.io/en/latest/guides/libraries.html#marking-a-package-as-providing-type-information a sentinel file must be present and distributed in package to signal to type checkers that the library provides type information that can be used; otherwise imports from this library are considered untyped.

https://typing.readthedocs.io/en/latest/guides/libraries.html#marking-a-package-as-providing-type-information
a sentinel file must be present and distributed in package to signal to type checkers that the library provides type information that can be used; otherwise imports from this library are considered untyped.
@DrPyser DrPyser added the mergeit label Aug 9, 2024
@DrPyser DrPyser closed this Aug 9, 2024
@DrPyser DrPyser reopened this Aug 9, 2024
Copy link
Contributor

Build succeeded.
https://zuul.wazo.community/zuul/t/local/buildset/2953671192a84b7a988cf85a405ff7ba

✔️ tox-linters SUCCESS in 7m 47s
✔️ wazo-tox-py39 SUCCESS in 5m 53s
✔️ wazo-tox-integration-py39 SUCCESS in 3m 30s
✔️ debian-packaging-bullseye SUCCESS in 1m 58s

@DrPyser DrPyser marked this pull request as draft August 12, 2024 17:31
@DrPyser
Copy link
Contributor Author

DrPyser commented Aug 12, 2024

Converted to draft until affected projects can fix the resulting type check errors

@DrPyser DrPyser removed the mergeit label Sep 20, 2024
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.

1 participant