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

PEP257 Clean-up of docstrings. #1996

Merged
merged 2 commits into from
Jul 19, 2016
Merged

Commits on Jul 19, 2016

  1. PEP257 Clean-up of docstrings.

    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 committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    a54d078 View commit details
    Browse the repository at this point in the history
  2. Removing catching-non-exception from pylint disable.

    This is because the false positive was fixed in Pylint
    1.6.4.
    dhermes committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    8ee5e03 View commit details
    Browse the repository at this point in the history