Commit f2dea82
committed
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.1 parent 89265cd commit f2dea82
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
341 | 345 | | |
342 | 346 | | |
343 | 347 | | |
| |||
0 commit comments