Lunderberg commented on PR #15706:
URL: https://github.com/apache/tvm/pull/15706#issuecomment-1721410559

   That said, those are each longer plans.  An easier solution for the moment 
may be to have an environment variable serving as the default, rather than a 
single default for all developers.
   
   ```python
   def show(..., black_format=None, ...):
       if black_format is None:
           black_format = bool(int(os.environ.get('TVM_BLACK_FORMAT','1')))
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to