sphinx-autodoc-typehints
sphinx-autodoc-typehints copied to clipboard
Don't add `:rtype: None`
No return type should be added to the documentation of this function:
def foo() -> None:
"""Foo."""
Note that ruff mandates a return type: https://docs.astral.sh/ruff/rules/missing-return-type-undocumented-public-function