]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix missed cases in the `# type: ignore` logic (#1059)
authorMichael J. Sullivan <sully@msully.net>
Fri, 11 Oct 2019 01:25:33 +0000 (18:25 -0700)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 11 Oct 2019 01:25:33 +0000 (18:25 -0700)
commit133609463459b2b6a98f08bcf41a07f6b14ab747
tree104b76734572ec26753cdccd87c83f4b73c78c4a
parent6fe800933d8919436cabf40466ee462f49463814
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.
black.py
tests/data/comments2.py
tests/data/comments6.py