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
isort 4.3.21 and black 19.10b0 disagree on whitespace between import lines and comments and there are no settings to make them friends.
It affects 200+ files in our client project 👯
However, isort 5+ comes with a new option "ensure_newline_before_comments" which - in principle - could be used with black.
isort 4.3.21
andblack 19.10b0
disagree on whitespace between import lines and comments and there are no settings to make them friends.It affects 200+ files in our client project 👯
However,
isort 5+
comes with a new option"ensure_newline_before_comments"
which - in principle - could be used withblack
.@xhochy What do you think?
The text was updated successfully, but these errors were encountered: