Skip to content

Commit

Permalink
Don't run isort when creating new alembic migrations (apache#34636)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham authored Sep 27, 2023
1 parent d9ba152 commit db89a33
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions airflow/alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit db89a33

Please sign in to comment.