]> 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:

Add parentheses around tuple unpack assignment (#832)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 7 May 2019 13:51:28 +0000 (09:51 -0400)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 7 May 2019 13:51:28 +0000 (09:51 -0400)
commitde806405d2934b629d67e2a6317ad7e826765a20
treeee20c7ba68441019dd5865c8647c7fe9dabaf6c9
parent18119d38466652ae818436cb497f601294ed4558
Add parentheses around tuple unpack assignment (#832)

Fixes #656
black.py
tests/data/tupleassign.py [new file with mode: 0644]
tests/test_black.py