You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
As a result of #419, pydocstyle now checks the decorators of a function such that if they match the name overload (and only that) then it skips checking for docstrings. However, not all people like to import from typing and instead import it or import alias it, e.g.,
Related to #419 but not quite
As a result of #419, pydocstyle now checks the decorators of a function such that if they match the name
overload
(and only that) then it skips checking for docstrings. However, not all people like to import fromtyping
and instead import it or import alias it, e.g.,This means that then doing
Triggers a D102.
The text was updated successfully, but these errors were encountered: