DetachHead / basedpyright

pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server
https://docs.basedpyright.com
Other
931 stars 18 forks source link

Inlay for inferred variance #572

Open KotlinIsland opened 1 month ago

KotlinIsland commented 1 month ago
class[`out `T]:  # backtics denote inlay hint
    def foo(self) -> T:...
DetachHead commented 4 weeks ago

related: #576

if we do that, then id rather the inlay hints match that syntax