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
Parse mypy diagnostics from stderr when non_interactive is set\n\nIn some configurations (e.g. non_interactive), mypy emits diagnostics on stderr.\nAggregate stdout+stderr when parsing so errors aren’t dropped when stdout is empty.\n\nFixes #364 (#375)
0 commit comments