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
Is your feature request related to a problem? Please describe.
I have noticed that when writing functions with generics, black splits the generics into more space. This is frustrating, as it makes it harder to read. Also, I feel it goes against black's philosophy, as black always tries to minimise space whenever possible.
Is your feature request related to a problem? Please describe.
I have noticed that when writing functions with generics, black splits the generics into more space. This is frustrating, as it makes it harder to read. Also, I feel it goes against black's philosophy, as black always tries to minimise space whenever possible.
For example, instead of writing a function like:
Black formats like this:
Describe the solution you'd like
I would like to consider having a format like the one in the first code cell, to make it more concise.
The text was updated successfully, but these errors were encountered: