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 noticed this as well. I don't see any clear documentation on isort's sort inference strategy, but isort is effectively looking to see if a package is installed to determine if it's first or third party.
For example, if I don't install flask into my virtualenv, it's considered a first party and sorted with the rest.
If I do install flask, it's considered a third party.
It might be better in general for isort to have an uncategorized section. But at least documenting this behavior somewhere easily accessible would have saved me a lot of time.
I am using
develop
but local imports and third party imports are being sorted together.~/.isort.cfg
The text was updated successfully, but these errors were encountered: