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
Hi, I looked around and surprisingly did not find any options for this. I just started using Ruff, and it is splitting all my arguments like crazy. For example this line is being turned into 3 lines!
This is expected from the formatter, and agrees with the output from black. Are you maybe used to having a longer line length? You can configure that as described in the docs.
Hi, I looked around and surprisingly did not find any options for this. I just started using Ruff, and it is splitting all my arguments like crazy. For example this line is being turned into 3 lines!
Before:
After:
Is this the normal expected behavior? Thank you!
The text was updated successfully, but these errors were encountered: