We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977ccba commit bcd81d4Copy full SHA for bcd81d4
pyproject.toml
@@ -98,7 +98,7 @@ enableExperimentalFeatures = true
98
# mostly we use strict mode
99
# but pyright doesn't allow decreasing error severity in strict mode
100
# so we need to manually specify all of the strict mode overrides so we can do that :/
101
-typeCheckingMode = "basic"
+typeCheckingMode = "standard"
102
103
strictDictionaryInference = true
104
strictListInference = true
0 commit comments