-
-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tuple sorting doesn't consider profile #1815
Comments
I'm also experiencing this with |
The same for |
Actually, the tuple sorting should follow the As a first step, it would be OK if the output is compatible with black (as described in #1358), but in general |
This is true for all literal / type sorts, and is why they aren't documented / advertised features, even though If they were in a good spot I would do so because I think they are useful!
That's exactly right, I've just been busy, will accept PRs for this or will get to it at some point |
The tuple, list, etc sorting options don't consider the profile option.
Code:
isort dummy.py --profile black
black dummy.py
I would expect that these sorting options consider the profile as normal. Also, the sorting options are not documented but noted here #1358
The text was updated successfully, but these errors were encountered: