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

Disable string splitting/merging by default (#1609)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 20 Aug 2020 12:23:28 +0000 (05:23 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 12:23:28 +0000 (14:23 +0200)
commite5bb92f53c9ad736b4cade4738c8e6727f68a88c
tree582f906644d28b089b064e271de8e20f4926a75d
parente1027e2bee45ce4830febf9e5e9b4d3f98ec5bb7
Disable string splitting/merging by default (#1609)

* put experimental string stuff behind a flag
* update tests
* don't need an output section if it's the same as the input
* Primer: Expect no formatting changes in attrs, hypothesis and poetry with --experimental-string-processing off

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
src/black/__init__.py
src/black_primer/primer.json
tests/data/long_strings_flag_disabled.py [new file with mode: 0644]
tests/test_black.py