]> 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 redundant parentheses from assignment exprs (#1906)
authorRishav Kundu <rk@rishav.io>
Sun, 28 Feb 2021 01:20:23 +0000 (06:50 +0530)
committerGitHub <noreply@github.com>
Sun, 28 Feb 2021 01:20:23 +0000 (17:20 -0800)
commit858225d34dc49ca353f9e573dd82dd5845766115
tree5b169eb19451a6e379f575a97076714a159d3c0e
parentb06cd15666e5d766347cda0434dc6c828a96c74a
Strip redundant parentheses from assignment exprs (#1906)

Fixes #1656
src/black/__init__.py
tests/data/pep_572.py
tests/data/pep_572_remove_parens.py [new file with mode: 0644]
tests/data/remove_parens.py
tests/test_black.py