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
At a glance, looking at random modules, auth0 seems to be fully annotated? If that's the case, indeed the package is missing a https://peps.python.org/pep-0561/py.typed marker.
Checklist
Describe the problem you'd like to have solved
Improved support of types within the module.
Describe the ideal solution
Add py.typed to module distribution this allows tools like mypy or pytype to inspect types against the module.
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: