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

Do not add trailing commas to return type annotations using PEP 604 unions (#3735)
authorYilei "Dolee" Yang <yileiyang@google.com>
Fri, 16 Jun 2023 00:08:26 +0000 (17:08 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2023 00:08:26 +0000 (17:08 -0700)
commit01b8d3d4095ebdb91d0d39012a517931625c63cb
treef519ebce922faea16d99cf743c72322b48903de5
parent35722dff623f3cdf5018e3f1183cd4e02e91caa8
Do not add trailing commas to return type annotations using PEP 604 unions (#3735)

Fix #3638: Do not add trailing commas to return type annotations using PEP 604 unions.
CHANGES.md
src/black/linegen.py
tests/data/simple_cases/pep_604.py [new file with mode: 0644]