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
When one of the mypy checks fail, it also reports a failure in the 'mypy-status' at the beginning of the test run. As a result, running with -x (fail fast) will always emit an inactionable error. Personally, I just find that error useless noise and I'd like to suppress it. Could you add an option to suppress this error and only report the per-file errors?