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
1.02k stars 19 forks source link

positional-only arguments should not have inlay hints #361

Closed DetachHead closed 1 day ago

DetachHead commented 4 months ago
def foo(value: int, /) -> None: ...

foo(1)

image

DetachHead commented 3 months ago

lol this is what it does in pylance

image

stevenlele commented 3 weeks ago

This issue is https://github.com/DetachHead/basedpyright/labels/pylance%20parity

KotlinIsland commented 3 weeks ago

"ignoring keyword only", i would be very amused to see an inlay hint on a keyword only argument...