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

Remove unnecessary parentheses from tuple unpacking in `for` loops (#2945)
authorJoe Young <80432516+jpy-git@users.noreply.github.com>
Thu, 24 Mar 2022 14:59:54 +0000 (14:59 +0000)
committerGitHub <noreply@github.com>
Thu, 24 Mar 2022 14:59:54 +0000 (07:59 -0700)
commit14e5ce5412efa53438df0180e735b3834df3b579
tree3c4786402c72af8833460920985ba51381026e40
parent3800ebd81df6a1c31d1eac8cc15899537b9cbb61
Remove unnecessary parentheses from tuple unpacking in `for` loops (#2945)
CHANGES.md
src/black/linegen.py
src/black/mode.py
src/black/trans.py
tests/data/long_strings__regression.py
tests/data/remove_for_brackets.py [new file with mode: 0644]
tests/test_format.py