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

Implement support for PEP 646 (#3071)
authorBatuhan Taskaya <isidentical@gmail.com>
Thu, 26 May 2022 16:45:22 +0000 (19:45 +0300)
committerGitHub <noreply@github.com>
Thu, 26 May 2022 16:45:22 +0000 (09:45 -0700)
commit1e557184b0a9f43bfbff862669966bc5328517e9
tree50d7f2c84f8c424ff45bb495d28e467ad11c98ed
parent9fe788d8704c1d4726b30e41e181c687c02cc1cf
Implement support for PEP 646 (#3071)
CHANGES.md
src/black/__init__.py
src/black/mode.py
src/black/nodes.py
src/blib2to3/Grammar.txt
src/blib2to3/pygram.py
tests/data/py_311/pep_646.py [new file with mode: 0644]
tests/test_black.py