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

`typeCheckingMode` defaults to `"standard"` instead of `"all"` in cli due to upstream change #417

Closed DetachHead closed 2 weeks ago

DetachHead commented 2 weeks ago
# pyproject.toml

[tool.pyright]
pythonVersion = "3.12"
reportUnusedImport = false
reportDeprecated = true
from typing import Sequence, Union

image

>basedpyright
0 errors, 0 warnings, 0 notes