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
I have a PR that moves some lines in typeshed, and the mypy-primer diff shows a bunch of line numbers in notes from mypy changing as a result (python/typeshed#14599 (comment)):
- ...typeshed_to_test/stdlib/builtins.pyi:115: note: "SubTest" defined here+ ...typeshed_to_test/stdlib/builtins.pyi:117: note: "SubTest" defined here
That's not very useful, so it would be nice if we normalized those changes out of the diff.