PyCQA/pylint
The issue has been closed
Enhance the testing for docstrings so that it needs arguments if there are attributes that are not the self attribute #8170
ollie-iterators posted onGitHub
Current problem
It would be good if docstrings required having a description of what the attributes in the function are used to to complete the docstring
Desired solution
When I make a docstring it would be nice if it were necessary to add the attribute information for the docstring
Additional context
No response