We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d65b9 commit a41e87dCopy full SHA for a41e87d
mkdocs_redirects/plugin.py
@@ -105,7 +105,7 @@ class RedirectEntry(TypedDict):
105
overall: str
106
107
108
-def build_redirect_entries(redirects: dict):
+def build_redirect_entries(redirects: dict) -> dict[str, RedirectEntry]:
109
"""
110
This builds a more-detailed lookup table from the original old->new page mappings.
111
0 commit comments