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
These may result in code that mypy considers unreachable and silently doesn't type check. However, they may happen quite frequently in innocent things like assert isinstance(x, str) so finding a good heuristic for what to report can be tricky.