-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
isort ignores reverse_sort
when force_sort_within_sections
is true
#1726
Comments
This was referenced Jun 21, 2021
Closed
chore(deps): update precommit hook pycqa/isort to v5.9.0
browniebroke/cert-transparency-slackbot#164
Merged
This was referenced Sep 5, 2021
This was referenced Sep 13, 2021
1 task
1 task
This was referenced Oct 18, 2021
Closed
1 task
1 task
This was referenced Nov 6, 2021
1 task
1 task
1 task
This was referenced Apr 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i have a mix of imports that i want sorted by length, and running isort on it while force_sort_within_sections and reverse_sort are both true causes them to be sorted shortest line to longest, rather than longest to shortest, as expected.
The text was updated successfully, but these errors were encountered: