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

Removing empty parentheses after class name (#180)
authorsnlkapil <snlkapil@gmail.com>
Mon, 7 May 2018 17:15:24 +0000 (10:15 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 7 May 2018 17:15:24 +0000 (10:15 -0700)
commit6dbb657681b82268f66bd788991a4daa737577dc
tree81adbe7f0a9fd2338940064ffbb9a31797928ba5
parent2d9eaafa97e967c8974a6321dcc442a90192140f
Removing empty parentheses after class name (#180)
black.py
tests/class_blank_parentheses.py [new file with mode: 0644]
tests/test_black.py