Unstable formatting in long assignment expression with square brackets and parentheses #2093
Labels
C: unstable formatting
Formatting changed on the second pass
R: duplicate
This issue or pull request already exists
T: bug
Something isn't working
Describe the bug It is possible to produce unstable formatting when Black tries to break down a long assignment expression by expanding both square brackets and parentheses to span multiple lines.
To Reproduce Steps to reproduce the behavior:
Log output:
Expected behavior
Either of the following outputs would be acceptable::
or
Environment (please complete the following information):
Does this bug also happen on master? Yes
Additional context None
The text was updated successfully, but these errors were encountered: