Skip to content

Commit 6a3a948

Browse files
committed
pyright only check typed_stream
1 parent c0224e8 commit 6a3a948

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
@@ -90,7 +90,7 @@ strict_undefined_checks = true
9090
strict_primitive_comparisons = true
9191

9292
[tool.pyright]
93-
include = ["typed_stream", "tests", "examples"]
93+
include = ["typed_stream"] # , "tests", "examples"
9494
strict = ["typed_stream", "tests", "examples"]
9595
strictListInference = true
9696
strictDictionaryInference = true

0 commit comments

Comments
 (0)