Skip to content

Commit bcd81d4

Browse files
committed
Switch Pyright from basic to standard mode
1 parent 977ccba commit bcd81d4

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
@@ -98,7 +98,7 @@ enableExperimentalFeatures = true
9898
# mostly we use strict mode
9999
# but pyright doesn't allow decreasing error severity in strict mode
100100
# so we need to manually specify all of the strict mode overrides so we can do that :/
101-
typeCheckingMode = "basic"
101+
typeCheckingMode = "standard"
102102

103103
strictDictionaryInference = true
104104
strictListInference = true

0 commit comments

Comments
 (0)