-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
unclearMore information / investigation neededMore information / investigation needed
Description
Numpydoc style guide recommends to leave **kwargs
without types.
When documenting variable length positional, or keyword arguments, leave the leading star(s) in front of the name and do not specify a type.
The Incomplete
type is wrong in this case as it's not a missing or partial annoation as by standard it shouldn't have a type.
Metadata
Metadata
Assignees
Labels
unclearMore information / investigation neededMore information / investigation needed