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

Upgrade to isort 5 #4323

Merged
merged 6 commits into from
Jul 16, 2020
Merged

Upgrade to isort 5 #4323

merged 6 commits into from
Jul 16, 2020

Commits on Jul 9, 2020

  1. Upgrade to isort 5

    This now also reformats imports not at the top of files.
    srittau committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    4e4ebf9 View commit details
    Browse the repository at this point in the history
  2. Add another option per isort documentation

    Just using "profile = black" doesn't work in the configuration file for
    unknown reasons.
    srittau committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    6f4892e View commit details
    Browse the repository at this point in the history
  3. Add missing Python 2 lib

    srittau committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    99fad81 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Upgrade isort

    srittau committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    ac14cad View commit details
    Browse the repository at this point in the history
  2. Also upgrade flake8

    srittau committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    dea532a View commit details
    Browse the repository at this point in the history
  3. Revert some isort reformats

    srittau committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    4467a0e View commit details
    Browse the repository at this point in the history