mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 11:07:17 +08:00
Bump mypy to 1.6.1 (#10862)
This commit is contained in:
@@ -57,7 +57,7 @@ class Task(Generic[_P, _R_co]):
|
||||
def get_arguments(self, ignore_unknown_help: bool | None = None) -> list[Argument]: ...
|
||||
|
||||
@overload
|
||||
def task(
|
||||
def task( # type: ignore[misc]
|
||||
*args: Task[..., Any] | Call,
|
||||
name: str | None = ...,
|
||||
aliases: tuple[str, ...] = ...,
|
||||
|
||||
Reference in New Issue
Block a user