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
rope_autoimport: continue on name-defined diagnostics provided by mypy
Previously the autoimport code action did only act on diagnostics which
message contained "undefined name". In my case this did not trigger at
all so that the plugin failed to provide code actions.
This change now additionally looks at name-defined error codes provided
by mypy.
0 commit comments