pydocstyle
pydocstyle copied to clipboard
Don't force to add docstrings to __new__
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).
same with __call__