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 marker #237

Merged
merged 1 commit into from
Apr 3, 2024
Merged

add py.typed marker #237

merged 1 commit into from
Apr 3, 2024

Conversation

djcopley
Copy link
Contributor

@djcopley djcopley commented Apr 2, 2024

Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing

From PEP561

Before:

Screenshot 2024-04-02 at 1 43 20 PM

After:

Screenshot 2024-04-02 at 1 43 27 PM

@pavdmyt pavdmyt self-assigned this Apr 3, 2024
@pavdmyt pavdmyt merged commit 633b952 into pavdmyt:master Apr 3, 2024
9 checks passed
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.20%. Comparing base (6012c59) to head (312c693).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #237   +/-   ##
=======================================
  Coverage   95.20%   95.20%           
=======================================
  Files           5        5           
  Lines         375      375           
=======================================
  Hits          357      357           
  Misses         18       18           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pavdmyt
Copy link
Owner

pavdmyt commented Apr 3, 2024

@djcopley Thanks for your contribution! 🙌🏼

@pavdmyt
Copy link
Owner

pavdmyt commented Apr 8, 2024

Included in v3.0.2

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

3 participants