]> 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 support for pyi files (#210)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 15 May 2018 19:09:35 +0000 (15:09 -0400)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 15 May 2018 19:09:35 +0000 (15:09 -0400)
commit14ba1bf8b6248e6860ba6a0cb9468c4c1c25a102
tree85ff84cf2ff44bf39bb807335347a7aa3550f0ea
parent3eab6d3131acd14b5900519d8447c8a1152e6d87
Add support for pyi files (#210)

Fixes #207
black.py
tests/stub.pyi [new file with mode: 0644]
tests/test_black.py