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 was 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.,