hankehly commented on PR #27410:
URL: https://github.com/apache/airflow/pull/27410#issuecomment-1309410521

   The _flynt_ static check modifies log strings (see below) which causes the 
_check-lazy-logging_ check to fail. If someone knows how to get around this, 
please let me know.
   ```diff
   - self.log.info("DB cluster snapshot '%s' reached the '%s' state" % 
(db_instance_id, target_state))
   + self.log.info(f"DB cluster snapshot '{db_instance_id}' reached the 
'{target_state}' state")
   ```


-- 
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