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 Dec 16, 2022. It is now read-only.
I had an issue where if there was a docstring on a private method, darglint would insist on there being parameters as a part of the docstring. But if the docstring was removed, then it would stop complaining. darglint should not mandate parameters for a private method just because a docstring happens to exist there.
The text was updated successfully, but these errors were encountered:
I had an issue where if there was a docstring on a private method, darglint would insist on there being parameters as a part of the docstring. But if the docstring was removed, then it would stop complaining.
darglint
should not mandate parameters for a private method just because a docstring happens to exist there.The text was updated successfully, but these errors were encountered: