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
And the latest commit removes the use of "abc" so the import is also removed, isort wants to "fix" my imports so it reshuffles all 3 lines. This is very noisy for commit logs, and I'd rather permit the first line to go shorter and stay that way. I'll probably eventually add another import back, and the line will grow again... I don't care if it is balanced.
I think what I probably want is that isort should apply whichever change it would otherwise apply, but only if something was actually sorted (or optionally, if the max line length was exceeded), not if the only change would be to rebalance it.
The text was updated successfully, but these errors were encountered:
When running isort on a codebase that already has imports formatted like this:
And the latest commit removes the use of "abc" so the import is also removed, isort wants to "fix" my imports so it reshuffles all 3 lines. This is very noisy for commit logs, and I'd rather permit the first line to go shorter and stay that way. I'll probably eventually add another import back, and the line will grow again... I don't care if it is balanced.
I think what I probably want is that isort should apply whichever change it would otherwise apply, but only if something was actually sorted (or optionally, if the max line length was exceeded), not if the only change would be to rebalance it.
The text was updated successfully, but these errors were encountered: