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
I believe black should probably (assuming its not doing so already) perform a check whether conditional subsections (parts between and/or) can/should be split between lines depending on how long each section will make a specific line.
Black sometimes reformats conditionals (and possibly other code) to exceed the 88 character line length.
Given code like this:
Black reformats it to:
which is longer than 88 characters.
Operating system: OS X
Python version: 3.7.3
Black version: d6db1c1
Does also happen on master: yes
The text was updated successfully, but these errors were encountered: