You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #1132 merged, I would expect strings that are longer than the line length limit and are located as the value of a keyword argument to be broken into multiple lines, but I don't see this behaviour in practice.
Describe the bug
With #1132 merged, I would expect strings that are longer than the line length limit and are located as the value of a keyword argument to be broken into multiple lines, but I don't see this behaviour in practice.
To Reproduce
Expected behavior
test.py
to be reformatted to look like the examples in #1132, something like:Environment (please complete the following information):
Does this bug also happen on master?
Yes (both when installed locally and on black.now.sh).
The text was updated successfully, but these errors were encountered: