Closed phi-friday closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.31%. Comparing base (
aed6a25
) to head (5069ca9
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
closes: #493 PEP561: https://peps.python.org/pep-0561/
Based on the previous discussion, type hinting using
TypeVar
was ruled out as it would be a barrier to entry for casual users. Instead, #507 was merged in.In my opinion, this library fully meets the needs of the existing contributors and users, so it makes sense to add
py.typed
to let users know that this library provides sufficient type hints.