mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-24 17:54:01 +08:00
Enable Ruff flake8-todos (TD) (#13748)
This commit is contained in:
@@ -13,7 +13,7 @@ longopt_xlate: Final[dict[int, int]]
|
||||
|
||||
class FancyGetopt:
|
||||
def __init__(self, option_table: list[_Option] | None = None) -> None: ...
|
||||
# TODO kinda wrong, `getopt(object=object())` is invalid
|
||||
# TODO: kinda wrong, `getopt(object=object())` is invalid
|
||||
@overload
|
||||
def getopt(
|
||||
self, args: _SliceableT[_StrSequenceT_co] | None = None, object: None = None
|
||||
|
||||
Reference in New Issue
Block a user