]> 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 obviously unnecessary parentheses (#850)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 16 May 2019 04:11:04 +0000 (21:11 -0700)
committerGitHub <noreply@github.com>
Thu, 16 May 2019 04:11:04 +0000 (21:11 -0700)
commit957ba24bb6cdd32e4dd14ff2808dcf4d58851844
tree1b1bb82101cc311470dd6a2b70fa8308efc462ca
parent188c31db7c831741e69b067c53dd040917ac03f7
remove obviously unnecessary parentheses (#850)

Fixes #548
black.py
tests/data/expression.diff
tests/data/expression.py
tests/data/remove_parens.py [new file with mode: 0644]
tests/test_black.py