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

Make --safe work for Python2.7 syntax, by using typed_ast for safe validation (#840)
authorJason Fried <me@jasonfried.info>
Wed, 8 May 2019 14:45:59 +0000 (10:45 -0400)
committerCarol Willing <carolcode@willingconsulting.com>
Wed, 8 May 2019 14:45:59 +0000 (07:45 -0700)
commit866be066463fc8fd01c16559596641f6ead1e797
tree4e94682885b02a849d9d5162c7d7f84f85237ccf
parent6fdbdb4ee301d8f9466da4da8364ac05611a1b19
Make --safe work for Python2.7 syntax, by using typed_ast for safe validation (#840)
Pipfile
black.py
setup.py
tests/data/comments6.py
tests/test_black.py