File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ include = ["./*"]
20
20
exclude = [" **/node_modules" , " **/__pycache__" ]
21
21
22
22
# 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
26
27
27
28
28
29
[tool .yapf ]
You can’t perform that action at this time.
0 commit comments