mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -31,4 +31,4 @@ class reStructuredTextChecker:
|
||||
def add_options(cls, parser: Any) -> None: ...
|
||||
@classmethod
|
||||
def parse_options(cls, options: Namespace) -> None: ...
|
||||
def run(self) -> Generator[tuple[int, int, str, type[reStructuredTextChecker]], None, None]: ...
|
||||
def run(self) -> Generator[tuple[int, int, str, type[reStructuredTextChecker]]]: ...
|
||||
|
||||
Reference in New Issue
Block a user