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

respect magic trailing commas in return types (#3916)
authorJohn Litborn <11260241+jakkdl@users.noreply.github.com>
Wed, 4 Oct 2023 23:42:35 +0000 (01:42 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 23:42:35 +0000 (16:42 -0700)
commit36078bc83f24dcd5f74e021a105429595a3fd63c
tree06673c6332a94d3f88cca1dba947b64d2d98e5da
parent947bd3825e5dc67f16f48f916462c4470b7a5247
respect magic trailing commas in return types (#3916)
CHANGES.md
src/black/linegen.py
src/black/mode.py
tests/data/preview/return_annotation_brackets_string.py
tests/data/preview_py_310/funcdef_return_type_trailing_comma.py [new file with mode: 0644]
tests/data/simple_cases/return_annotation_brackets.py