PyCQA/pydocstyle

Don't force to add docstrings to __new__

Offen

#515 geöffnet am 22.10.2020

 (1 Kommentar) (4 Reaktionen) (0 zugewiesene Personen)Python (191 Forks)batch import
Minor (New Feature)Waiting for Assigneegood first issuehelp wanted

Repository-Metriken

Stars
 (1.106 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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