PyCQA/pydocstyle

Don't force to add docstrings to __new__

Open

#515 opened on Oct 22, 2020

View on 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
 (No merged PRs in 30d)

Description

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

Contributor guide