Skip to content

Conversation

feeph
Copy link
Owner

@feeph feeph commented Jul 20, 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.
<...>
For namespace packages (see PEP 420), the py.typed file should be in the
submodules of the namespace, to avoid conflicts and for clarity.
-- https://peps.python.org/pep-0561/

> Package maintainers who wish to support type checking of their code MUST
> add a marker file named py.typed to their package supporting typing.
> <...>
> For namespace packages (see PEP 420), the py.typed file should be in the
> submodules of the namespace, to avoid conflicts and for clarity.
-- https://peps.python.org/pep-0561/
@feeph feeph added the enhancement New feature or request label Jul 20, 2024
@feeph feeph self-assigned this Jul 20, 2024
@feeph feeph merged commit 91b93bc into master Jul 20, 2024
@feeph feeph deleted the fb-type-hints branch July 20, 2024 09:05
feeph added a commit that referenced this pull request Jul 20, 2024
##
[0.4.0](v0.3.2...v0.4.0)
(2024-07-20)


### Features

* provide type hints marker
([#14](#14))
([91b93bc](91b93bc))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant