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
Catch mypy diagnostics which omit start column/end ranges (#72)
This commit adds a second line-regexp that catches
mypy diagnostics which only include a starting line
but have no column or end marker (i.e. --warn-unused-ignores).
---------
Co-authored-by: Heals <[email protected]>
Co-authored-by: Rafał Chłodnicki <[email protected]>
0 commit comments