ephraimbuddy commented on code in PR #41100:
URL: https://github.com/apache/airflow/pull/41100#discussion_r1695342822


##########
dev/breeze/src/airflow_breeze/commands/minor_release_command.py:
##########
@@ -69,7 +69,7 @@ def commit_changes(version_branch):
         if DRY_RUN:
             console_print("Skipping below command on CI")
         run_command(
-            ["git", "commit", "-m", f"Update default branches for 
{version_branch}"],
+            ["git", "commit", "-m", f"Update default branches for 
{version_branch}", "--no-verify"],

Review Comment:
   Allowing this to run `pre-commit` gives room to updating hashes which we can 
do in a separate commit 



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