Skip to content

feat: ship py.typed marker (PEP 561)#100

Merged
MikeWooster merged 2 commits into
masterfrom
feat/py-typed
Jun 7, 2026
Merged

feat: ship py.typed marker (PEP 561)#100
MikeWooster merged 2 commits into
masterfrom
feat/py-typed

Conversation

@MikeWooster

Copy link
Copy Markdown
Owner
  • Adds a py.typed marker so downstream type checkers (mypy, pyright) use the package's inline type hints instead of ignoring them.
  • Closes Consider adding py.typed? #77

Adds the PEP 561 py.typed marker (and the Typing :: Typed classifier) so
downstream type checkers use the package's inline annotations. Closes #77.
@MikeWooster MikeWooster merged commit 84d7f1d into master Jun 7, 2026
7 checks passed
@MikeWooster MikeWooster deleted the feat/py-typed branch June 7, 2026 17:57
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.

Consider adding py.typed?

1 participant