DetachHead / basedpyright

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

ability to set any `typeCheckingMode` using `# pyright:` comments #421

Open DetachHead opened 2 weeks ago

DetachHead commented 2 weeks ago
# pyright: all
"all" is an unknown directive for pyright comment; expected "strict" or "basic"

it should also support all, standard and off (and any other typeCheckingModes we add in the future)