PyCQA/pydocstyle

Don't force to add docstrings to __new__

Open

#515 创建于 2020年10月22日

在 GitHub 查看
 (1 评论) (4 反应) (0 负责人)Python (1,106 star) (191 fork)batch import
Minor (New Feature)Waiting for Assigneegood first issuehelp wanted

描述

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).

贡献者指南