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

Avoid removing whitespace for walrus operators within subscripts (#3823)
authorCharlie Marsh <crmarsh416@gmail.com>
Fri, 8 Sep 2023 14:37:13 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 14:37:13 +0000 (07:37 -0700)
commita20338cf100ff20a24e2058c6f6014e82efdf914
tree34d29ff2dc1884502976a9ec65bfa381535b1d0d
parent74d3009ba480a871df57197144578f1ae4016210
Avoid removing whitespace for walrus operators within subscripts (#3823)

Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
CHANGES.md
src/black/lines.py
src/black/mode.py
src/black/nodes.py
tests/data/preview/pep_572.py [new file with mode: 0644]
tests/data/preview_py_310/pep_572.py [new file with mode: 0644]
tests/test_format.py