]> 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 `with` statements (#2926)
authorJoe Young <80432516+jpy-git@users.noreply.github.com>
Sun, 3 Apr 2022 03:27:33 +0000 (04:27 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Apr 2022 03:27:33 +0000 (20:27 -0700)
commit24c708eb374a856372284fb1a4f021fec292f713
treee3f7ef53e0113bcd7c233e6b9d60efcdd9f8c1e2
parent4d0a4b15a935c5363563a0e0b570c4467943abb9
Remove unnecessary parentheses from `with` statements (#2926)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
CHANGES.md
src/black/linegen.py
tests/data/remove_for_brackets.py
tests/data/remove_with_brackets.py [new file with mode: 0644]
tests/test_format.py