mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-02 22:18:28 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -26,6 +26,6 @@ class Plugin:
|
||||
name: ClassVar[str]
|
||||
version: ClassVar[str]
|
||||
def __init__(self, tree: ast.AST) -> None: ...
|
||||
def run(self) -> Generator[tuple[int, int, str, type[Any]], None, None]: ...
|
||||
def run(self) -> Generator[tuple[int, int, str, type[Any]]]: ...
|
||||
|
||||
def add_meta(root: ast.AST, level: int = 0) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user