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
pytest-mypy seems to be broken with the latest release of mypy==0.570, but I did not yet have the time to investigate it further or fix it. It yields the following errors for each file:
[...]: in runtest
res = mypy.main.type_check_only(sources, None, options)
E TypeError: type_check_only() missing 1 required positional argument: 'flush_errors'
lastmikoi, jniedrauer, petr-muller, dmtucker, marcintustin and 3 more