Lee-W commented on code in PR #32514: URL: https://github.com/apache/airflow/pull/32514#discussion_r1259464913
########## STATIC_CODE_CHECKS.rst: ########## @@ -171,7 +171,8 @@ require Breeze Docker image to be built locally. +-----------------------------------------------------------+--------------------------------------------------------------+---------+ | check-decorated-operator-implements-custom-name | Check @task decorator implements custom_operator_name | | +-----------------------------------------------------------+--------------------------------------------------------------+---------+ -| check-deferrable-default-value | Check default value of deferrable attribute | | +| check-deferrable-default-value | * Check default value of deferrable attribute | | +| | * Check default value of deferrable attribute | | Review Comment: Yep, I just found out I forget to change the pre-commit name. I've updated it. Thanks! -- 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]
