top | item 34069815

(no title)

timothycrosley | 3 years ago

> isort's completely random… For example the latest version I tried decided to alphabetically sort all the imports, regardless if they are part of standard library or 3rd party. This is a big change of behaviour from what it was doing before.

This is not isort! isort has never done that. And it has a formatting guarantee across the major versions that it actively tests against projects online that use it on every single commit to the repository: https://pycqa.github.io/isort/docs/major_releases/release_po...

discuss

order

bombolo|3 years ago

It did this to me today…

timothycrosley|3 years ago

Are you using any custom settings?