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've tried setting wrap_length and line_length to 999999 to avoid wrapping, but it starts conflicting with black (isort removes wrapping, then black puts it back).
The text was updated successfully, but these errors were encountered:
Word wrapping works incorrectly with
force_single_line=True
forfrom ... import *
.Steps to Reproduce
After running isort the file is broken:
Context (Environment)
Possible fixes
I didn't find a way to disable word wrapping.
I've tried setting
wrap_length
andline_length
to 999999 to avoid wrapping, but it starts conflicting withblack
(isort
removes wrapping, thenblack
puts it back).The text was updated successfully, but these errors were encountered: