pydocstyle icon indicating copy to clipboard operation
pydocstyle copied to clipboard

Don't force to add docstrings to __new__

Open facundobatista opened this issue 5 years ago • 1 comments

This should be considered a magic method (controlled by D105), or at least have a different error code (which may be D107 together with __init__ or even a new one).

facundobatista avatar Oct 22 '20 19:10 facundobatista

same with __call__

DetachHead avatar Feb 20 '23 05:02 DetachHead