We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
class A: """The docstring for class A.""" class B(A): __doc__ = A.__doc__
Class B triggers: C0115: Missing class docstring (missing-class-docstring)
No reporting
pylint 2.3.1 astroid 2.2.5 Python 3.7.3 (default, Mar 27 2019, 22:11:17) [GCC 7.3.0]
The text was updated successfully, but these errors were encountered:
e63e664
No branches or pull requests
Steps to reproduce
Current behavior
Class B triggers: C0115: Missing class docstring (missing-class-docstring)
Expected behavior
No reporting
pylint --version output
pylint 2.3.1
astroid 2.2.5
Python 3.7.3 (default, Mar 27 2019, 22:11:17)
[GCC 7.3.0]
The text was updated successfully, but these errors were encountered: