mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Bump flake8-pyi to 23.11.0 (#10997)
This commit is contained in:
@@ -45,7 +45,7 @@ ALL_SUFFIXES: Final[list[str]]
|
||||
|
||||
architecture: Final[Literal["64bit", "n32bit", "32bit"]]
|
||||
system: Final[Literal["Cygwin", "Linux", "Darwin", "Java", "Windows"]]
|
||||
machine: Final[Literal["sw_64", "loongarch64", "arm", "intel", "ppc", "mips", "riscv", "s390x", "unknown", None]]
|
||||
machine: Final[Literal["sw_64", "loongarch64", "arm", "intel", "ppc", "mips", "riscv", "s390x", "unknown"] | None]
|
||||
|
||||
def is_wine_dll(filename: FileDescriptorOrPath) -> bool: ...
|
||||
@overload
|
||||
|
||||
@@ -66,5 +66,5 @@ class PostGraphAPI:
|
||||
def add_binaries(self, binaries: TOC | Iterable[tuple[StrOrBytesPath, StrOrBytesPath]]) -> None: ...
|
||||
def add_datas(self, datas: TOC | Iterable[tuple[StrOrBytesPath, StrOrBytesPath]]) -> None: ...
|
||||
def set_module_collection_mode(
|
||||
self, name: str | None, mode: Literal["pyz", "pyc", "py", "pyz+py", "py+pyz", None]
|
||||
self, name: str | None, mode: Literal["pyz", "pyc", "py", "pyz+py", "py+pyz"] | None
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user