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

Support 3.11 / PEP 654 syntax (#3016)
authorBatuhan Taskaya <isidentical@gmail.com>
Fri, 15 Apr 2022 16:25:07 +0000 (19:25 +0300)
committerGitHub <noreply@github.com>
Fri, 15 Apr 2022 16:25:07 +0000 (12:25 -0400)
commit7f7673d941a947a8d392c8c0866d3d588affc174
treeeae845c6ef653283d48923db407ae028392d80d4
parent712f8b37fb12a40ec6ea86903f44c2d0750f56a3
Support 3.11 / PEP 654 syntax (#3016)
CHANGES.md
src/black/__init__.py
src/black/linegen.py
src/black/mode.py
src/black/nodes.py
src/blib2to3/Grammar.txt
tests/data/pep_654.py [new file with mode: 0644]
tests/data/pep_654_style.py [new file with mode: 0644]
tests/test_black.py
tests/test_format.py