We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a11ba7 commit f673339Copy full SHA for f673339
1 file changed
src/docstub/default_config.toml
@@ -27,9 +27,12 @@ ArrayLike = { from = "numpy.typing" }
27
# annotations.
28
# TODO rename to qualname_alias or something
29
[tool.docstub.replace_doctypes]
30
+iterable = "Iterable"
31
+callable = "Callable"
32
function = "Callable"
33
func = "Callable"
-callable = "Callable"
34
+sequence = "Sequence"
35
+mapping = "Mapping"
36
37
numpy = "np"
38
scalar = "np.ScalarType"
0 commit comments