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

Actually add trailing commas to collection literals even if there are terminating...
authormainj12 <118842653+mainj12@users.noreply.github.com>
Sun, 5 Feb 2023 03:35:43 +0000 (03:35 +0000)
committerGitHub <noreply@github.com>
Sun, 5 Feb 2023 03:35:43 +0000 (19:35 -0800)
commitff53fc1b97b98075f92fcc954ed81b9252e7c9c1
treefe15e3d1534384a1dbaa6dcbd700ec40e72a5841
parentea5293b0360b6e2e56c004d1e27cbe33c87dcb94
Actually add trailing commas to collection literals even if there are terminating comments (#3393)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Richard Si <sichard26@gmail.com>
CHANGES.md
src/black/linegen.py
src/black/mode.py
src/black/trans.py
tests/data/preview/trailing_comma.py [new file with mode: 0644]
tests/data/preview_context_managers/targeting_py39.py