PyCQA/pydocstyle

Don't force to add docstrings to __new__

开放

#515 创建于 2020年10月22日

 (1 条评论) (4 个反应) (0 位负责人)Python (191 个派生)batch import
Minor (New Feature)Waiting for Assigneegood first issuehelp wanted

仓库指标

星标
 (1,106 个星标)
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).

贡献者指南