PyCQA/pydocstyle

Don't force to add docstrings to __new__

Open

#515 opened on 2020年10月22日

GitHub で見る
 (1 comment) (4 reactions) (0 assignees)Python (191 forks)batch import
Minor (New Feature)Waiting for Assigneegood first issuehelp wanted

Repository metrics

Stars
 (1,106 stars)
PR merge metrics
 (30d に merged 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).

コントリビューターガイド