-
Notifications
You must be signed in to change notification settings - Fork 908
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
pre-commit: Update isort version to 5.12.0 #12645
Merged
raydouglass
merged 1 commit into
rapidsai:branch-23.02
from
wence-:wence/fix/pre-commit-isort
Jan 30, 2023
Merged
pre-commit: Update isort version to 5.12.0 #12645
raydouglass
merged 1 commit into
rapidsai:branch-23.02
from
wence-:wence/fix/pre-commit-isort
Jan 30, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
poetry version 1.5.0 broke installs of isort prior to 5.11.5 (see PyCQA/isort#2077 and PyCQA/isort#2078), so we need to upgrade.
wence-
added
tests
Unit testing for project
! - Hotfix
Hotfix is a bug that affects the majority of users for which there is no reasonable workaround
non-breaking
Non-breaking change
labels
Jan 30, 2023
shwina
approved these changes
Jan 30, 2023
galipremsagar
added
the
5 - Ready to Merge
Testing and reviews complete, ready to merge
label
Jan 30, 2023
/merge |
shwina
removed
the
! - Hotfix
Hotfix is a bug that affects the majority of users for which there is no reasonable workaround
label
Jan 30, 2023
(not a hotfix, as cuDF freezes EOD today) |
msadang
approved these changes
Jan 30, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revision changes looks good.
This was referenced Jan 31, 2023
rapids-bot bot
pushed a commit
to rapidsai/cucim
that referenced
this pull request
Feb 1, 2023
Poetry version 1.5.0 broke installs of `isort` prior to 5.11.5 (see PyCQA/isort#2077 and PyCQA/isort#2078). This is fixed in 5.12.0. xref: rapidsai/cudf#12645
rapids-bot bot
pushed a commit
to rapidsai/cucim
that referenced
this pull request
Feb 1, 2023
Poetry version 1.5.0 broke installs of `isort` prior to 5.11.5 (see PyCQA/isort#2077 and PyCQA/isort#2078). This is fixed in 5.12.0. xref: rapidsai/cudf#12645 Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - https://github.com/jakirkham - Gregory Lee (https://github.com/grlee77) URL: #492
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5 - Ready to Merge
Testing and reviews complete, ready to merge
bug
Something isn't working
non-breaking
Non-breaking change
tests
Unit testing for project
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
poetry version 1.5.0 broke installs of isort prior to 5.11.5 (see PyCQA/isort#2077 and PyCQA/isort#2078), so we need to upgrade.
Checklist