Skip to content
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

chore: Temporarily disabling a lint rule #485

Merged
merged 3 commits into from
Aug 27, 2020
Merged

Conversation

hiranya911
Copy link
Contributor

New versions of google-auth introduced a with_quota_project() method to the Credential class. Pylint considers this method to be abstract and raises a warning when it's not explicitly overriden in child classes. We are hoping to get this addressed upstream at googleapis/google-auth-library-python#561. In the meantime I'm silencing the lint warning so that CI checks can proceed.

Copy link
Member

@lahirumaramba lahirumaramba left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM!

@hiranya911 hiranya911 merged commit 9acaff9 into master Aug 27, 2020
@hiranya911 hiranya911 deleted the hkj-abstract-method branch August 27, 2020 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants