Closed srittau closed 7 months ago
I.e. standalone Incomplete annotations in function arguments and return types:
Incomplete
def foo(x: Incomplete) -> Incomplete: ...
+1 as these lend to a false sense of security in Pyright, which has the concept of Unknown (I don't remember if mypy has checks for calling untyped functions)
Unknown
I.e. standalone
Incomplete
annotations in function arguments and return types: