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 c0224e8 commit 6a3a948Copy full SHA for 6a3a948
pyproject.toml
@@ -90,7 +90,7 @@ strict_undefined_checks = true
90
strict_primitive_comparisons = true
91
92
[tool.pyright]
93
-include = ["typed_stream", "tests", "examples"]
+include = ["typed_stream"] # , "tests", "examples"
94
strict = ["typed_stream", "tests", "examples"]
95
strictListInference = true
96
strictDictionaryInference = true
0 commit comments