mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
Bump mypy to 1.11.1 (#12463)
This commit is contained in:
@@ -79,7 +79,7 @@ class Command(_Command):
|
||||
# Any: Dynamic command subclass attributes
|
||||
def __init__(self, dist: Distribution, **kw: Any) -> None: ...
|
||||
def ensure_string_list(self, option: str) -> None: ...
|
||||
@overload # type: ignore[override] # Extra **kw param
|
||||
@overload # Extra **kw param
|
||||
def reinitialize_command(self, command: str, reinit_subcommands: bool = False, **kw) -> _Command: ...
|
||||
@overload
|
||||
def reinitialize_command(self, command: _CommandT, reinit_subcommands: bool = False, **kw) -> _CommandT: ...
|
||||
|
||||
Reference in New Issue
Block a user