]> 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 --pyi and --py36 flags (#249)
authorCarl Meyer <carl@oddbird.net>
Wed, 23 May 2018 18:01:27 +0000 (12:01 -0600)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 23 May 2018 18:01:26 +0000 (11:01 -0700)
commit07b1b2f3dd0e4f13dd5df96eb9188f3d02f5726e
tree57766ee6eeecc16f110d97633aca000309405ac9
parentc7bc22388d30f1ba503eefd574e4bb794749b782
Add --pyi and --py36 flags (#249)

Fixes #244.
black.py
tests/force_py36.py [new file with mode: 0644]
tests/force_pyi.py [new file with mode: 0644]
tests/test_black.py