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

Add diff support to blackd (#969)
authorJoe Antonakakis <jma353@cornell.edu>
Mon, 28 Oct 2019 13:25:26 +0000 (06:25 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 28 Oct 2019 13:25:26 +0000 (14:25 +0100)
commitdf6e1a41f79f462645f66f61d4d8785a415deb95
treed55c5a6aba0fd82bcf7d6244ea60845468a5798f
parentb65af236cfd3c89938e3ddd012a5772d94826d84
Add diff support to blackd (#969)
README.md
blackd.py
tests/data/blackd_diff.diff [new file with mode: 0644]
tests/data/blackd_diff.py [new file with mode: 0644]
tests/test_black.py