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

Improve long values in dict literals (#3440)
authorYilei "Dolee" Yang <hi@mangoumbrella.com>
Thu, 15 Dec 2022 16:25:28 +0000 (08:25 -0800)
committerGitHub <noreply@github.com>
Thu, 15 Dec 2022 16:25:28 +0000 (08:25 -0800)
commit658c8d8d96047c5ba77be4aecc2545a22d5e35b9
treef4483a53581c9b1ab0c379348c98205c1cd638bb
parenta2821815af5f5a706c673279d6405e286d6e95b8
Improve long values in dict literals (#3440)
CHANGES.md
src/black/linegen.py
src/black/mode.py
src/black/trans.py
tests/data/preview/long_dict_values.py [new file with mode: 0644]
tests/data/preview/long_strings.py
tests/data/preview/long_strings__regression.py