From: Michael J. Sullivan Date: Fri, 11 Oct 2019 01:25:33 +0000 (-0700) Subject: Fix missed cases in the `# type: ignore` logic (#1059) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/133609463459b2b6a98f08bcf41a07f6b14ab747?hp=133609463459b2b6a98f08bcf41a07f6b14ab747 Fix missed cases in the `# type: ignore` logic (#1059) In #1040 I had convinced myself that the type ignore logic didn't need anything like the ignored_ids from the type comment logic, but I was wrong, and we do. We hit these cases in practice a bunch. ---