PyCQA/pydocstyle

Don't force to add docstrings to __new__

Open

#515 创建于 2020年10月22日

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

仓库指标

Star
 (1,106 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南