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

Wrap concatenated strings used as function args in parens (#3307)
authorYilei "Dolee" Yang <yileiyang@google.com>
Thu, 27 Oct 2022 01:03:10 +0000 (18:03 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Oct 2022 01:03:10 +0000 (18:03 -0700)
commitb73b77a9b039d5afa6ab32202bff2b2232258d45
tree2ef15d1f17f16abe4940b249395166bf2d7de4ed
parent09d4acdcb79e473276a50c5e5be9dc46fa2634d9
Wrap concatenated strings used as function args in parens (#3307)

Fixes #3292
CHANGES.md
src/black/__init__.py
src/black/mode.py
src/black/parsing.py
src/black/trans.py
tests/data/preview/cantfit.py
tests/data/preview/long_strings.py
tests/data/preview/long_strings__regression.py
tests/test_black.py