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

Automatic detection of deprecated Python 2 forms of print and exec
authorŁukasz Langa <lukasz@langa.pl>
Fri, 23 Mar 2018 06:17:40 +0000 (23:17 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 23 Mar 2018 06:19:23 +0000 (23:19 -0700)
commit6316e293ac30a2837ec20eba289fd28a2a18cf89
tree0afbb2f14812d66b6bdc95253b52ed50c9e97640
parent8de552eb4f0fbf1ad84812cde71489cc00d3ed1f
Automatic detection of deprecated Python 2 forms of print and exec

Note: if those are handled, you can't use --safe because this check is using
Python 3.6+ builtin AST.

Fixes #49
README.md
black.py
blib2to3/pygram.py
blib2to3/pygram.pyi
tests/function.py
tests/python2.py [new file with mode: 0644]
tests/test_black.py