withered-magic / starpls

An LSP implementation for Starlark, the configuration language used by Bazel and Buck2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix `startswith()` type signature

withered-magic opened this issue · comments

Getting errors like:

Argument of type "tuple[Literal["beta"], Literal["nightly"]]" cannot be assigned to parameter of type "string"