Skip to content
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

Ability to reverse sort order #1645

Closed
ieralt opened this issue Jan 28, 2021 · 1 comment
Closed

Ability to reverse sort order #1645

ieralt opened this issue Jan 28, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@ieralt
Copy link

ieralt commented Jan 28, 2021

I looked up the official documentation, but did not find out how to configure the sorting order.
I need some config items like length_sort = desc
so that i can get result like this.

from xxx import (
    abcd,
    def,
    hi,
    g 
)
@timothycrosley timothycrosley added the enhancement New feature or request label Jan 31, 2021
@timothycrosley timothycrosley changed the title Support specify length_sort order Ability to reverse sort order Mar 17, 2021
@timothycrosley timothycrosley added this to the 5.8.0 milestone Mar 17, 2021
@timothycrosley
Copy link
Member

Thanks for this idea! The ability to do this has been implemented in develop and will find its way out in the 5.8.0 release, via a reverse_sort config option, that can be used for all sorts including length sorting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants