Skip to content

Commit 2952756

Browse files
committed
Update pyright settings for 3rd party modules
1 parent 2ee3a5b commit 2952756

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ include = ["./*"]
2020
exclude = ["**/node_modules", "**/__pycache__"]
2121

2222
# For untyped modules
23-
useLibraryCodeForTypes = true # Attempt to read and infer types from third-party modules if no stub files are present
24-
reportMissingTypeStubs = false # Ignore errors from modules without type stubs
25-
reportUnknownMemberType = false # Ignore errors from untyped function calls in third-party modules
23+
useLibraryCodeForTypes = true # Attempt to read and infer types from third-party modules if no stub files are present
24+
reportMissingTypeStubs = false # Ignore errors from modules without type stubs
25+
reportUnknownMemberType = false # Ignore errors from untyped function calls in third-party modules
26+
reportUnknownVariableType = false # Ignore errors from untyped function calls in third-party modules
2627

2728

2829
[tool.yapf]

0 commit comments

Comments
 (0)