PyCQA/pydocstyle

Don't force to add docstrings to __new__

Ouverte

#515 ouverte le 22 oct. 2020

 (1 commentaire) (4 réactions) (0 personne assignée)Python (191 forks)batch import
Minor (New Feature)Waiting for Assigneegood first issuehelp wanted

Métriques du dépôt

Stars
 (1 106 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur