We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b7c4f commit 07c2751Copy full SHA for 07c2751
src/sphinx_autodoc_typehints/patches.py
@@ -129,7 +129,7 @@ def _patch_line_numbers() -> None:
129
When the line numbers are missing, we have a hard time placing the :rtype:.
130
"""
131
Text.indent = _patched_text_indent
132
- BaseAdmonition.run = _patched_base_admonition_run
+ BaseAdmonition.run = _patched_base_admonition_run # type: ignore[method-assign,assignment]
133
Body.doctest = _patched_body_doctest
134
135
0 commit comments