We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb112c6 commit f918e18Copy full SHA for f918e18
pyproject.toml
@@ -214,11 +214,11 @@ exclude = [
214
215
[[tool.basedpyright.executionEnvironments]]
216
root = "test"
217
+reportArgumentType = "hint"
218
+reportAttributeAccessIssue = "none"
219
+reportMissingImports = "none"
220
+reportMissingParameterType = "none"
221
reportUnknownArgumentType = "none"
-reportUnknownVariableType = "none"
222
reportUnknownMemberType = "hint"
223
reportUnknownParameterType = "none"
-reportMissingParameterType = "none"
-reportAttributeAccessIssue = "none"
-reportMissingImports = "none"
224
-reportArgumentType = "hint"
+reportUnknownVariableType = "none"
0 commit comments