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
mypy has only run once, we log the raw output from mypy and once more when we parse it. So you see the result shown twice in logs. But you see the command line run only once.
mypy has only run once, we log the raw output from mypy and once more when we parse it. So you see the result shown twice in logs. But you see the command line run only once.
It seems to me like duplicate error reporting is an issue. Every mypy error is duplicated when I use this extension. Happy to open a new issue if this is not related to this issue, but OP reports "same error is reported twice." so I believe I am seeing the same issue.
EDIT:
It seems like uninstalling and re-installing the extension has resolved this issue.
I open VSCode, put some bad code in a file, save it, and this is the output I see:
It looks as if
mypy
is running twice; the version is reported twice and the same error is reported twice.The text was updated successfully, but these errors were encountered: