Thanks to visit codestin.com
Credit goes to github.com

Skip to content

add py.typed file to enable type hints for package consumers#579

Merged
jpdakran merged 2 commits into
Yelp:masterfrom
gruebel:add-pytyped
Jul 18, 2022
Merged

add py.typed file to enable type hints for package consumers#579
jpdakran merged 2 commits into
Yelp:masterfrom
gruebel:add-pytyped

Conversation

@gruebel
Copy link
Copy Markdown
Contributor

@gruebel gruebel commented Jul 9, 2022

Just added the missing py.typed file. So other projects, which add the project as a library will benefit from the inline type hints. Without this file type checkers, like mypy, think the whole project is untyped. And also added the Typed classifier to make it searchable in pypi 🙂 great work by the way 🚀

@gruebel
Copy link
Copy Markdown
Contributor Author

gruebel commented Jul 11, 2022

@jpdakran fixed the lint issues. Didn't expect you are checking the setup.py 😄

Copy link
Copy Markdown
Member

@jpdakran jpdakran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Thanks for your contribution.

@jpdakran jpdakran merged commit f0cc7b8 into Yelp:master Jul 18, 2022
@gruebel gruebel deleted the add-pytyped branch July 18, 2022 19:33
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