mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Bump mypy to 1.11.1 (#12463)
This commit is contained in:
@@ -48,7 +48,8 @@ class UntrustedAstTransformer(ast.NodeTransformer):
|
||||
def visit_Subscript(self, node): ...
|
||||
def visit_Assign(self, node): ...
|
||||
def visit_AugAssign(self, node): ...
|
||||
def visit_While(node): ...
|
||||
# Bug in `reportlab`'s source code:
|
||||
def visit_While(node): ... # type: ignore[override]
|
||||
def visit_ExceptHandler(self, node): ...
|
||||
def visit_With(self, node): ...
|
||||
def visit_FunctionDef(self, node): ...
|
||||
|
||||
Reference in New Issue
Block a user