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

Use isort to automatically sort Python imports #137

Merged
merged 1 commit into from Nov 26, 2021
Merged

Use isort to automatically sort Python imports #137

merged 1 commit into from Nov 26, 2021

Conversation

jdufresne
Copy link
Contributor

isort is a Python utility to sort imports alphabetically by section. It
improves the contributor experience by catching style concerns early in
CI rather than during a review. When CI fails, the contributor can use
the tool to apply changes automatically.

isort is very popular and used by big Python projects such as pip.

https://pycqa.github.io/isort/

isort is a Python utility to sort imports alphabetically by section. It
improves the contributor experience by catching style concerns early in
CI rather than during a review. When CI fails, the contributor can use
the tool to apply changes automatically.

isort is very popular and used by big Python projects such as pip.

https://pycqa.github.io/isort/
pyproject.toml Show resolved Hide resolved
@pradyunsg pradyunsg merged commit 54ab882 into pypa:main Nov 26, 2021
@jdufresne jdufresne deleted the isort branch November 27, 2021 14:53
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

Successfully merging this pull request may close these issues.

None yet

2 participants