This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-7-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 79a87dff3252071950993070572539c757cc885c
Author: Jed Cunningham <[email protected]>
AuthorDate: Wed Sep 27 00:46:37 2023 -0600

    Don't run isort when creating new alembic migrations (#34636)
    
    (cherry picked from commit db89a33b60f46975850e3f696a7e05e61839befc)
---
 airflow/alembic.ini | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/airflow/alembic.ini b/airflow/alembic.ini
index e16f51979f..988fa234ee 100644
--- a/airflow/alembic.ini
+++ b/airflow/alembic.ini
@@ -83,9 +83,3 @@ formatter = generic
 [formatter_generic]
 format = %(levelname)-5.5s [%(name)s] %(message)s
 datefmt = %H:%M:%S
-
-[post_write_hooks]
-hooks=isort
-
-isort.type=console_scripts
-isort.entrypoint=isort

Reply via email to