Skip to content

Commit

Permalink
remove black from alembic.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Apr 7, 2024
1 parent 5b4f08c commit 3311258
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3311258

Please sign in to comment.