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

Introduce isort for automated formatting of Python imports #88

Merged
merged 1 commit into from Oct 19, 2020
Merged

Introduce isort for automated formatting of Python imports #88

merged 1 commit into from Oct 19, 2020

Conversation

jdufresne
Copy link
Collaborator

isort is a command line tool to automate formatting of Python imports.
It makes all imports formatted in a consistent way.

This simplifies the contributor process by removing the need to think
about parts of the project's preferred coding style.

tox.ini Show resolved Hide resolved
isort is a command line tool to automate formatting of Python imports.
It makes all imports formatted in a consistent way.

This simplifies the contributor process by removing the need to think
about parts of the project's preferred coding style.
tox.ini Show resolved Hide resolved
@jdufresne jdufresne merged commit f7d9547 into sphinx-contrib:master Oct 19, 2020
@jdufresne jdufresne deleted the isort branch October 19, 2020 17:21
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