diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 000000000000..dd23f893a677 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,13 @@ +{ + "reportOptionalMemberAccess": false, + "reportArgumentType": false, + "reportUninitializedInstanceVariable": false, + "reportReturnType": false, + "reportMissingTypeArgument": false, + "reportAttributeAccessIssue": false, + "reportAssignmentType": false, + "reportOperatorIssue": false, + "reportPossiblyUnboundVariable": false, + "reportOptionalOperand": false, + "reportCallIssue": false, +}