KotlinIsland / basedmypy

Based Python static type checker with baseline, sane default settings and based typing features
https://kotlinisland.github.io/basedmypy/
Other
145 stars 4 forks source link

stubgen should use `Untyped` instead of `Any`/`Incomplete` #269

Closed KotlinIsland closed 2 years ago

KotlinIsland commented 2 years ago

That would be based I think

Zeckie commented 2 years ago

So what is the difference between Untyped and Incomplete? How should each be used? How will they be treated by basedmypy / other tools?