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

PEP 614 support (#1717)
authorQuentinSoubeyran <45202794+QuentinSoubeyran@users.noreply.github.com>
Sat, 19 Sep 2020 18:33:10 +0000 (20:33 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Sep 2020 18:33:10 +0000 (20:33 +0200)
commit6dddbd72414061cde9dd8ee72eac373b7fcf8b54
treea43421b8a1dc8ef2e7284c1424fbd10ae570b037
parent811decd7f10fb2fb3ae343b9d9d0a3ae53b86a53
PEP 614 support (#1717)
CHANGES.md
Pipfile
Pipfile.lock
src/black/__init__.py
src/blib2to3/Grammar.txt
tests/data/decorators.py [new file with mode: 0644]
tests/data/python39.py [new file with mode: 0644]
tests/test_black.py