-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update our docstrings for PEP 257 #1968
Comments
Note that pylint 1.6 actually barfs on two of our source files:
|
I'm digging in to this (hopefully the global disables in #1974 can be addressed easily) |
I commented on pylint-dev/pylint#125, which flags our use of
|
dhermes
added a commit
to dhermes/google-cloud-python
that referenced
this issue
Jul 18, 2016
Fixes all Pylint failures of - missing-returns-doc - redundant-returns-doc - ungrouped-imports Also makes a little headway on missing-raises-doc though it's unclear if this error should be fixed. Towards googleapis#1968.
dhermes
added a commit
to dhermes/google-cloud-python
that referenced
this issue
Jul 19, 2016
Fixes all Pylint failures of - missing-returns-doc - redundant-returns-doc - ungrouped-imports Also makes a little headway on missing-raises-doc though it's unclear if this error should be fixed. Towards googleapis#1968.
Via #1996. |
parthea
pushed a commit
that referenced
this issue
Sep 22, 2023
…samples#1968) * scheduler sample * scheduler tutorial draft * create and delete requests completed * updated region tag * update error * fix linting * Update styling * Update license * Update license * Update license * Update license
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PyLint has added checks to more closely follow PEP 257 which caused linting to fail. We should update our docstrings so we can revert #1967.
The text was updated successfully, but these errors were encountered: