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
Starting with mypy 0.770, putting strict=False in mypy.ini causes mypy to behave as if it was strict=True. In fact, the value of strict is not checked at all.