Skip to content

CI: update to isort 5 (#35134) #35163

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

Closed
wants to merge 7 commits into from

Conversation

fangchenli
Copy link
Member

@fangchenli fangchenli commented Jul 7, 2020

  • closes CI: Update to isort 5 #35134
  • 0 tests added / 0 passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@gfyoung gfyoung added CI Continuous Integration Code Style Code style, linting, code_checks labels Jul 9, 2020
@jbrockmendel
Copy link
Member

can you rebase

@simonjayhawkins
Copy link
Member

IIUC isort 5 is sorting imports that we not sorted before (in .pyx and imports not at the top)

maybe possible to break some changes here off into smaller PRs before updating isort?

@fangchenli
Copy link
Member Author

IIUC isort 5 is sorting imports that we not sorted before (in .pyx and imports not at the top)

maybe possible to break some changes here off into smaller PRs before updating isort?

I posted a tracking list on the original issue. And I'll break this PR into samller PRs.

@simonjayhawkins
Copy link
Member

I posted a tracking list on the original issue. And I'll break this PR into samller PRs.

Thanks. I think this makes sense. when we introduced isort, we did it on small batches of files. These can be quickly reviewed and merged.

@fangchenli fangchenli closed this Jul 22, 2020
@fangchenli fangchenli deleted the isort_upgrade branch July 22, 2020 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Code Style Code style, linting, code_checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Update to isort 5
4 participants