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
Create py.typed marker for automatic type checker discovery.
This should solve the "Cannot find implementation or library stub"
errors from mypy if installed properly. Since the code already has
internal type hints, adding the marker is sufficient for mypy to use
them.
0 commit comments