mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Bump invoke to 1.7.* (#8111)
This commit is contained in:
@@ -1 +1 @@
|
||||
version = "1.6.*"
|
||||
version = "1.7.*"
|
||||
|
||||
@@ -14,7 +14,7 @@ class Collection:
|
||||
def add_collection(self, coll, name=..., default=...) -> None: ...
|
||||
def subcollection_from_path(self, path): ...
|
||||
def task_with_config(self, name): ...
|
||||
def to_contexts(self): ...
|
||||
def to_contexts(self, ignore_unknown_help: bool | None = ...): ...
|
||||
def subtask_name(self, collection_name, task_name): ...
|
||||
def transform(self, name): ...
|
||||
@property
|
||||
|
||||
@@ -53,7 +53,7 @@ class Task:
|
||||
def argspec(self, body): ...
|
||||
def fill_implicit_positionals(self, positional: Iterable[str] | None) -> Iterable[str]: ...
|
||||
def arg_opts(self, name: str, default: Any, taken_names: Iterable[str]) -> dict[str, Any]: ...
|
||||
def get_arguments(self) -> list[Argument]: ...
|
||||
def get_arguments(self, ignore_unknown_help: bool | None = ...) -> list[Argument]: ...
|
||||
|
||||
@overload
|
||||
def task(__func: Callable[..., Any]) -> Task: ...
|
||||
|
||||
Reference in New Issue
Block a user