]> 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 format async statements similar to their non-async version. (#3609)
authorYilei "Dolee" Yang <hi@mangoumbrella.com>
Thu, 16 Mar 2023 20:31:27 +0000 (13:31 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 20:31:27 +0000 (13:31 -0700)
commitfc6cea0f0e0f6da99fffbedbfcf3d50cc0e641a4
tree5584999e0ced5551841439b7d08502e2fedaee15
parent71a2daaacf92d361c09bc7613023b285df83e7bb
Consistently format async statements similar to their non-async version. (#3609)
CHANGES.md
src/black/linegen.py
src/black/lines.py
src/black/mode.py
src/black/nodes.py
tests/data/preview/async_stmts.py [new file with mode: 0644]
tests/data/preview_context_managers/targeting_py39.py