-
Notifications
You must be signed in to change notification settings - Fork 835
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
updated black version to 20.8b1 #2769
Conversation
Hi @zyxue. Thanks for your PR. I'm waiting for a SeldonIO member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository. |
python/Makefile
Outdated
@@ -95,7 +95,7 @@ push_conda: | |||
@echo "Alternatively use anaconda upload to publish on own channel" | |||
|
|||
setup_linter: | |||
pip install black==19.3b0 | |||
pip install black==black 20.8b1 |
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.
Is this a typo?
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.
This should also be updated in requirements-dev.txt
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.
thanks for the catch. updated
Nice one!
As these are auto-generated by protos compiler I don't think they should be covered by black. |
I see. I used to format them for better readability, and also because black won't change the logic in anyway. But not blacking them sounds good too. I've addressed your comments. |
/ok-to-test |
/test this |
/test integration |
Wed Dec 16 16:39:25 UTC 2020 impatient try |
Wed Dec 16 16:39:36 UTC 2020 impatient try |
Wed Dec 16 16:39:35 UTC 2020 impatient try |
Wed Dec 16 16:39:37 UTC 2020 impatient try |
/retest |
Wed Dec 16 17:35:25 UTC 2020 impatient try |
when can I see the log of the failed integration test? |
there's a link in |
this seems have nothing to do with the chage here... |
Can you rebase as this failure is fixed |
rebased. Will tests be triggered automatically? |
Thu Dec 17 16:55:27 UTC 2020 impatient try |
Thu Dec 17 16:55:32 UTC 2020 impatient try |
/test integration |
Thu Dec 17 17:04:59 UTC 2020 impatient try |
wondering if there is anything else that needs update for this PR? |
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.
Fantastic job!
/lgtm
/approve
/approve |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RafalSkolasinski The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Mon Jan 4 11:56:48 UTC 2021 impatient try |
Mon Jan 4 11:56:50 UTC 2021 impatient try |
updated and reran black on
python/seldon_core
andpython/tests
discussed on #2713 (comment)
Should black be run on all the pb2 files too like
seldon_core/proto/prediction_pb2.py
?