-
Notifications
You must be signed in to change notification settings - Fork 200
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
Bump isort, enable Cython package resorting #806
Conversation
Does this PR depend on rapidsai/integration#286 ? |
Ya, should hold off on this. |
I think it's the other way around - shouldn't we merge this in first, so that any subsequent PRs have the properly sorted Cython files that rapidsai/integration#286 enforces? See this comment |
Ah, my mistake. I thought you were adding functionality that doesn't exist in the current version of isort. This is safe to merge. |
Thanks for clarifying! |
@gpucibot merge |
Hmm, my bad - I just noticed that there were some PXD resorts that should've been merged in this that will probably cause CI failures once rapidsai/integration#286 is merged. I will open a follow up PR that applies those changes. |
Opened up #812 to address this |
I neglected to run the updated isort hooks from #806 before it was merged - this should ensure that rapidsai/integration#286 doesn't cause any CI failures here when it is merged. Authors: - Charles Blackmon-Luca (https://github.com/charlesbluca) Approvers: - https://github.com/jakirkham URL: #812
With rapidsai/integration#286, the version of isort running on gpuCI will be bumped to 5.6.4, allowing us to enforce the sorting of packages in Cython (pyx, pxd) files. This PR intends to: