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

Strip trailing commas in subscripts with -C (#3209)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sat, 13 Aug 2022 13:41:34 +0000 (06:41 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Aug 2022 13:41:34 +0000 (06:41 -0700)
commit4ebf14d17ed544be893be5706c02116fd8b83b4c
treef5ec8ebcf66906b1bbb3f32a861b0ced48c93e31
parente7b967132fdbb9e2e4c4e9916530d238848ab183
Strip trailing commas in subscripts with -C (#3209)

Fixes #2296, #3204
CHANGES.md
src/black/lines.py
src/black/mode.py
tests/data/preview/skip_magic_trailing_comma.py [new file with mode: 0644]
tests/test_format.py