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

uranusjr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new db89a33b60 Don't run isort when creating new alembic migrations 
(#34636)
db89a33b60 is described below

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

    Don't run isort when creating new alembic migrations (#34636)
---
 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