Skip to content

Commit b6fbde6

Browse files
committed
fix(pyright): update pyright to use basic settings
1 parent 8b89e47 commit b6fbde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ ignore = ["E501", "F401", "N806"]
3333

3434
[tool.pyright]
3535
executionEnvironments = [{ root = "src" }]
36-
typeCheckingMode = "standard"
36+
typeCheckingMode = "basic"

0 commit comments

Comments
 (0)