diff --git a/pyrightconfig.json b/pyrightconfig.json index 4f3ac82..681f765 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -11,5 +11,10 @@ ], "pythonVersion": "3.11", "typeCheckingMode": "strict", - "reportMissingTypeStubs": "none" + "reportMissingTypeStubs": "none", + "reportUnknownMemberType": false, + "reportUnknownParameterType": false, + "reportUnknownVariableType": false, + "reportUnknownArgumentType": false, + "reportPrivateUsage": false }