]> 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 wrap implicitly concatenated strings used as func args in parens (#3640)
authorYilei "Dolee" Yang <yileiyang@google.com>
Fri, 28 Apr 2023 18:10:01 +0000 (11:10 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Apr 2023 18:10:01 +0000 (11:10 -0700)
commite712e48e06420d9240ce95c81acfcf6f11d14c83
tree09e876bf48df9d5d8d2ce5eaa8ed674d9987d4a1
parentde65741b8d49d78fa2675ef79b799cd35e92e7c1
Do not wrap implicitly concatenated strings used as func args in parens (#3640)
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