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

[Feature Request] Support sorting of __all__ #1740

Closed
kkirsche opened this issue Jun 1, 2021 · 1 comment
Closed

[Feature Request] Support sorting of __all__ #1740

kkirsche opened this issue Jun 1, 2021 · 1 comment

Comments

@kkirsche
Copy link

kkirsche commented Jun 1, 2021

I am requesting/suggesting that isort add support for formatting the __all__ variable used to declare public objects of a module. Currently, isort will sort the imports but will not sort the list of objects that the developer imported.

I understand that this may not be a direct fit for the tool, but as this is related to the import/export of objects from a module, I felt this would be a valuable addition.

Thank you for the great tool

@kkirsche
Copy link
Author

kkirsche commented Jun 1, 2021

Oops, this is supported via #1358 — sorry!

@kkirsche kkirsche closed this as completed Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant