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

Tweak collection literals to explode with trailing comma (#826)
authorAugie Fackler <raf@durin42.com>
Sun, 20 Oct 2019 14:08:34 +0000 (10:08 -0400)
committerŁukasz Langa <lukasz@langa.pl>
Sun, 20 Oct 2019 14:08:34 +0000 (16:08 +0200)
commit9854d4b375ef84d651892785165a6c7b0e9f391b
treee3f6ecafa3637f0be11e313c50c4f03f46d1e9ca
parent84e22b75c6baeb231dee52b7bd086f547063e0e4
Tweak collection literals to explode with trailing comma (#826)
black.py
tests/data/collections.py [new file with mode: 0644]
tests/data/comments2.py
tests/data/comments7.py
tests/data/expression.diff
tests/data/expression.py
tests/data/fmtonoff.py
tests/data/function.py
tests/data/function2.py
tests/data/function_trailing_comma.py
tests/test_black.py