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

Add support for PEP 695 syntax (#3703)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 2 Jun 2023 01:37:08 +0000 (18:37 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 01:37:08 +0000 (18:37 -0700)
commit3aad6e385bfbd4348b2e13695cb6741806951160
treee8f7867a1cc017110960d9076b63e9e3084c0b38
parenta538ab76636bbe71b7fbfeaf56fd8e61805df38f
Add support for PEP 695 syntax (#3703)
CHANGES.md
pyproject.toml
src/black/__init__.py
src/black/linegen.py
src/black/mode.py
src/blib2to3/Grammar.txt
src/blib2to3/pygram.py
tests/data/py_312/type_aliases.py [new file with mode: 0644]
tests/data/py_312/type_params.py [new file with mode: 0644]
tests/test_black.py
tests/test_format.py