You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code, it seems most (all?) of it is fully typed. Unfortunately, mypy and potentially other type checkers does not consider it typed unless it includes a py.typed file at the root of the package.
Description
Looking at the code, it seems most (all?) of it is fully typed. Unfortunately,
mypy
and potentially other type checkers does not consider it typed unless it includes apy.typed
file at the root of the package.See PEP 561 for details.
I am happy to provide a PR if needed, but it seems like a straight-forward change (if desired).
The text was updated successfully, but these errors were encountered: