Skip to content

Commit

Permalink
Use black on revisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed May 20, 2024
1 parent 4d29141 commit 06e220b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ sqlalchemy.url = driver://user:password@host/dbname
# detail and examples

# format using "black" - use the console_scripts runner, against the "black" entrypoint
# hooks = black
# black.type = console_scripts
# black.entrypoint = black
# black.options = -l 79 REVISION_SCRIPT_FILENAME
hooks = black
black.type = console_scripts
black.entrypoint = black
black.options = -l 110 REVISION_SCRIPT_FILENAME

# lint with attempts to fix using "ruff" - use the exec runner, execute a binary
# hooks = ruff
Expand Down

0 comments on commit 06e220b

Please sign in to comment.