Skip to content

Commit

Permalink
Fix ruff call after alembic revision creation
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Jul 12, 2024
1 parent c66bf7b commit ec1b8bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ hooks = black,ruff
black.type = console_scripts
black.entrypoint = black

ruff.type = console_scripts
ruff.entrypoint = ruff
ruff.options = --fix
ruff.type = exec
ruff.executable = ruff
ruff.options = check --fix REVISION_SCRIPT_FILENAME


# Logging configuration
Expand Down

0 comments on commit ec1b8bb

Please sign in to comment.