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 = ["./*"]
2020exclude = [" **/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 ]
You can’t perform that action at this time.
0 commit comments