-
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
Use flake8 to find syntax errors and undefined names #1443
Conversation
These tests find the problems described in SeldonIO#1441 and SeldonIO#1442
Hi @cclauss. 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 kubernetes/test-infra repository. |
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 your contribution @cclauss! Adding flake8
on top of black
makes a lot of sense.
I've added a couple small comments to move some of the hardcoded bits from the jenkins-x-lint.yaml
into requirements-dev.txt
and setup.cfg
. Would you be able to address these whenever you have a chance?
/ok-to-test Awesome! Thanks for updating the PR @cclauss ! |
Mon Feb 17 12:22:49 UTC 2020 impatient try |
Mon Feb 17 12:22:57 UTC 2020 impatient try |
We might be missing |
Mon Feb 17 12:29:51 UTC 2020 impatient try |
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.
I think that the install is running in parallel to the linting step.
Mon Feb 17 13:36:49 UTC 2020 impatient try |
/test this |
/test lint |
Mon Feb 17 13:54:26 UTC 2020 impatient try |
Mon Feb 17 14:51:48 UTC 2020 impatient try |
Mon Feb 17 14:54:56 UTC 2020 impatient try |
Mon Feb 17 14:54:59 UTC 2020 impatient try |
Mon Feb 17 15:01:08 UTC 2020 impatient try |
Mon Feb 17 15:02:30 UTC 2020 impatient try |
Mon Feb 17 15:16:00 UTC 2020 impatient try |
Mon Feb 17 15:19:13 UTC 2020 impatient try |
Mon Feb 17 15:19:14 UTC 2020 impatient try |
Sorry for the back and forth @cclauss. I think that the right keyword was I've jumped in to fix those and to flatten the linting steps. It now seems to be running If you are happy with the changes, I think we can merge this one. |
I am happy if you are. |
/approve Awesome! Thanks for contributing this piece @cclauss ! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adriangonz 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 |
These tests find the problems described in #1441 and #1442