Skip to content

kwargs are typed as Incomplete #62

@symeneses

Description

@symeneses

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

No one assigned

    Labels

    unclearMore information / investigation needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions