diff --git a/alembic.ini b/alembic.ini index 25c809d182c..80ec985f14c 100644 --- a/alembic.ini +++ b/alembic.ini @@ -59,14 +59,9 @@ sqlalchemy.url = # on newly generated revision scripts. See the documentation for further # detail and examples -hooks = isort, black +hooks = isort, # format using "isort" - use the console_scripts runner, against the "isort" entrypoint isort.type = console_scripts isort.entrypoint = isort isort.options = REVISION_SCRIPT_FILENAME - -# format using "black" - use the console_scripts runner, against the "black" entrypoint -black.type = console_scripts -black.entrypoint = black -black.options = REVISION_SCRIPT_FILENAME