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
869 stars 16 forks source link

Config to pull pyright #233

Open KotlinIsland opened 4 months ago

KotlinIsland commented 4 months ago

When pyright does a release, we create a PR, with a separate action to merge it into main. The only complication is that merge PR's are banned.

DetachHead commented 4 months ago

would it make a PR? that would be annoying because merge PRs can't actually be merged through github, so we would need to also make an action that does the merge as well

KotlinIsland commented 4 months ago

Yeah, something like that, or maybe it can override the rules about merge PR via the api?