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
change the type annotation error heuristic (#2583)
The previous one depended on the message from "typed_ast", which is
not used anymore.
Instead, we check if there is a "# type:" substring in the source line
of the exception. This can yield some false positives, but probably
rarely.
(cherry picked from commit 62c5bad)
0 commit comments