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/
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/