We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e7126 commit 3636cabCopy full SHA for 3636cab
1 file changed
src/griffe2md/_internal/config.py
@@ -52,7 +52,7 @@ def load_config() -> ConfigDict | None:
52
return cast("ConfigDict", config)
53
54
55
-class ConfigDict(TypedDict):
+class ConfigDict(TypedDict, total=False):
56
"""Configuration for griffe2md, griffe and mkdocstrings."""
57
58
allow_inspection: bool
0 commit comments