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.
leads to "Multi-line docstring summary should start at the second line pydocstyle(D213)".
"""Summary.Extensive docs."""
leads to "Multi-line docstring summary should start at the first line pydocstyle(D212)".
Obviously these rules are conflicting and it's worth a note that pydocstyle is not usable out-of-the-box but requires configuration (ignoring at least one of these two rules).