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

Consistently wrap two context managers in parens (in --preview). (#3589)
authorYilei "Dolee" Yang <yileiyang@google.com>
Fri, 10 Mar 2023 06:01:20 +0000 (22:01 -0800)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 06:01:20 +0000 (22:01 -0800)
commitd16a1dbd05832632d7f3be28f0a4b6e9b208807c
treef247d280a67ab5150fb6628f5579615d3450a4ea
parent4a063a9f8d7069ea82186ac9aff5a2cd1c2618d7
Consistently wrap two context managers in parens (in --preview). (#3589)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
CHANGES.md
src/black/linegen.py
src/black/lines.py
src/black/nodes.py
tests/data/preview_context_managers/auto_detect/features_3_8.py
tests/data/preview_context_managers/targeting_py38.py
tests/data/preview_context_managers/targeting_py39.py