We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2653e7d commit fa5bd3fCopy full SHA for fa5bd3f
src/sphinx_autodoc_typehints/patches.py
@@ -86,7 +86,7 @@ def patch_google_docstring_lookup_annotation() -> None:
86
GoogleDocstring._lookup_annotation = patched_lookup_annotation # type: ignore[assignment]
87
88
89
-def install_patches(app):
+def install_patches(app: Sphinx) -> None:
90
fix_autodoc_typehints_for_overloaded_methods()
91
patch_attribute_handling(app)
92
patch_google_docstring_lookup_annotation()
0 commit comments