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 personally disagree. I understand black is adverse toward configuration, and appreciate the justification for that. So my proposal here is that a trailing comma can force the explosion, like so:
One of the basic principles of black is that input formatting has no effect on output formatting. This is unlikely to change. About "readable style", there's already a discussion happening over at #404 so I'll close this out.
The following is an example of the idea being proposed.
By the current standards of
black
(modulo column size) this is considered readable style:I personally disagree. I understand black is adverse toward configuration, and appreciate the justification for that. So my proposal here is that a trailing comma can force the explosion, like so:
Given a trailing comma:
Black would format like so:
The benefits are:
The text was updated successfully, but these errors were encountered: