Closed 597038837 closed 1 year ago
def func( a: int, b: list, c: int = None, d: bool = False, e: bool = False, ) -> list: """Commit. commit. Args: a (int): commit. b (list): commit. c (int): commit. d (bool): commit. e (bool): commit. Results: [list]: [] """ return []
pydocstyle=6.2.1 D417: Missing argument descriptions in the docstring (argument(s) b, c, d, e are missing descriptions in 'func' docstring)
D417: Missing argument descriptions in the docstring (argument(s) b, c, d, e are missing descriptions in 'func' docstring)
pydocstyle=6.1.0 Pass
Pass
Duplicate of #618
pydocstyle=6.2.1
D417: Missing argument descriptions in the docstring (argument(s) b, c, d, e are missing descriptions in 'func' docstring)
pydocstyle=6.1.0
Pass