Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Update pycodestyle #115

Merged
merged 1 commit into from
Feb 7, 2019
Merged

Conversation

iamneha
Copy link
Contributor

@iamneha iamneha commented Feb 7, 2019

No description provided.

@k8s-ci-robot k8s-ci-robot requested a review from mbohlool February 7, 2019 21:16
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 7, 2019
@k8s-ci-robot k8s-ci-robot requested a review from roycaihw February 7, 2019 21:16
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 7, 2019
@roycaihw
Copy link
Member

roycaihw commented Feb 7, 2019

/lgtm
/approve

we need to add pycodestyle check in the repo if we haven't done so, to avoid failing the check when we update the submodule in main repo

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 7, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: iamneha, roycaihw

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 7, 2019
Copy link
Contributor

@micw523 micw523 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally lg()tm but I'm a little worried about breaking the link into two lines. E501 is a non-blocking violation anyway... @roycaihw do you want to keep the link in one line or..?

Implementation of the proposal for out-of-tree client
authentication providers as described here --
https://github.com/kubernetes/community/blob/master/contributors
/design-proposals/auth/kubectl-exec-plugins.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit worried about breaking the link into two lines.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@micw523 you're right. the failure in main repo was red herring. we can revert the change here and restore one-line link

@codecov-io
Copy link

Codecov Report

Merging #115 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  Coverage   91.94%   91.94%           
=======================================
  Files          13       13           
  Lines        1217     1217           
=======================================
  Hits         1119     1119           
  Misses         98       98
Impacted Files Coverage Δ
config/incluster_config.py 85.1% <ø> (ø) ⬆️
config/exec_provider.py 82.6% <ø> (ø) ⬆️
config/kube_config.py 83.22% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2d69e89...0fc0d40. Read the comment docs.

@k8s-ci-robot k8s-ci-robot merged commit f30d840 into kubernetes-client:master Feb 7, 2019
@micw523
Copy link
Contributor

micw523 commented Feb 7, 2019

@roycaihw The CI pulls the python repo during the process and updates the submodule with the PR contents. We do check pycodestyle for the sub repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants