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
Ruff will only support the preview formatting because implementing the non-preview style requires specialised formatting that doesn't seem justified considering that this style will change soon anyway (and seems better IMO).
The text was updated successfully, but these errors were encountered:
I create this issue to document our decision on call expression formatting that directly follows a multiline string.
This is how stable black formats a multiline string
But Ruff collapses the
format
call if it fits on the lineRuff's formatting matches Black's preview improve multiline string handling formatting.
Ruff will only support the preview formatting because implementing the non-preview style requires specialised formatting that doesn't seem justified considering that this style will change soon anyway (and seems better IMO).
The text was updated successfully, but these errors were encountered: