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 b1d1efb commit 2bb4ed4Copy full SHA for 2bb4ed4
stubs/setuptools/setuptools/__init__.pyi
@@ -48,8 +48,8 @@ __version__: str
48
49
@type_check_only
50
class _BuildInfo(TypedDict):
51
- sources: list[str] | tuple[str]
52
- obj_deps: NotRequired[dict[str, list[str] | tuple[str]]]
+ sources: list[str] | tuple[str, ...]
+ obj_deps: NotRequired[dict[str, list[str] | tuple[str, ...]]]
53
macros: NotRequired[list[tuple[str, str] | tuple[str]]]
54
include_dirs: NotRequired[list[str]]
55
cflags: NotRequired[list[str]]
0 commit comments