Skip to content

Feature Request: Add option to ignore @overload functions #149

@landynfrancis

Description

@landynfrancis

Python allows functions to have overloaded signatures by using typing.overload, which is a decorator on the function.

It would be nice to ignore these, as Ruff explicitly warns about using docstrings on an overloaded signature.

https://docs.astral.sh/ruff/rules/overload-with-docstring/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions