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
In the following example pydocstringformatter add a .\n after "that".
def_looks_like_subscriptable(node: ClassDef) ->bool:
""" Returns True if the node corresponds to a ClassDef of the Collections.abc module that supports subscripting """pass
In the following example pydocstringformatter add a
.\n
after "that".It would be nice to detect summary better, see pylint-dev/astroid#1792 (comment)
The text was updated successfully, but these errors were encountered: