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

Commits on Nov 25, 2021

  1. Use isort to automatically sort Python imports

    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/
    jdufresne committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    a72bb8f View commit details
    Browse the repository at this point in the history