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

fix handling of comments in from imports (#829)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 6 May 2019 13:13:25 +0000 (09:13 -0400)
committerGitHub <noreply@github.com>
Mon, 6 May 2019 13:13:25 +0000 (09:13 -0400)
commit6b994fdb8ab70ce4c2eafb8f2f0ff2648f3ff1ef
tree4e51b15658a7b65f996e43793eb1dfb6e87b44bf
parente6ddb68c786256e1cb0c76b42d10c212ef34cb2a
fix handling of comments in from imports (#829)

Fixes #671
black.py
tests/data/comments7.py [new file with mode: 0644]
tests/test_black.py