]> 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 `except` clauses (#2939)
authorJoe Young <80432516+jpy-git@users.noreply.github.com>
Sat, 26 Mar 2022 16:56:50 +0000 (16:56 +0000)
committerGitHub <noreply@github.com>
Sat, 26 Mar 2022 16:56:50 +0000 (09:56 -0700)
commitbd1e98034907463f5d86f4d87e89202dc6c34dd4
tree20c438bc69c7470b499115a389234be5373ded2e
parent14d84ba2e96c5ca1351b8fe4d0d415cc148f4117
Remove unnecessary parentheses from `except` clauses (#2939)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
CHANGES.md
src/black/linegen.py
tests/data/remove_except_parens.py [new file with mode: 0644]
tests/test_format.py