PyCQA/pydocstyle

Don't force to add docstrings to __new__

Aberta

#515 aberto em 22 de out. de 2020

 (1 comentário) (4 reações) (0 responsável)Python (191 forks)batch import
Minor (New Feature)Waiting for Assigneegood first issuehelp wanted

Métricas do repositório

Stars
 (1.106 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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).

Guia do colaborador