Add MyPy checks and py.typed
to enable typings support
#174
Labels
enhancement
New feature or request
py.typed
to enable typings support
#174
While we already have some typings available it may be beneficial to configure MyPy in order to ensure type safety of the codebase as well as add the
py.typed
file to the repo to allow dependent projects to rely on the provided typings.I'd say the following items should be covered:
py.typed
into the module root.The text was updated successfully, but these errors were encountered: