mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
black: enable skip_magic_trailing_comma (#5252)
* black: enable skip_magic_trailing_comma * Remove spurious commas
This commit is contained in:
@@ -5,9 +5,5 @@ __version__: str
|
||||
_Argv = Union[Iterable[str], str]
|
||||
|
||||
def docopt(
|
||||
doc: str,
|
||||
argv: Optional[_Argv] = ...,
|
||||
help: bool = ...,
|
||||
version: Optional[Any] = ...,
|
||||
options_first: bool = ...,
|
||||
doc: str, argv: Optional[_Argv] = ..., help: bool = ..., version: Optional[Any] = ..., options_first: bool = ...
|
||||
) -> dict[str, Any]: ... # Really should be dict[str, Union[str, bool]]
|
||||
|
||||
Reference in New Issue
Block a user