summaryrefslogtreecommitdiff
path: root/alembic/templates/generic/alembic.ini.mako
diff options
context:
space:
mode:
Diffstat (limited to 'alembic/templates/generic/alembic.ini.mako')
-rw-r--r--alembic/templates/generic/alembic.ini.mako8
1 files changed, 4 insertions, 4 deletions
diff --git a/alembic/templates/generic/alembic.ini.mako b/alembic/templates/generic/alembic.ini.mako
index bf7e5d1..31de75a 100644
--- a/alembic/templates/generic/alembic.ini.mako
+++ b/alembic/templates/generic/alembic.ini.mako
@@ -48,10 +48,10 @@ sqlalchemy.url = driver://user:pass@localhost/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
+# hooks = black
+# black.type = console_scripts
+# black.entrypoint = black
+# black.options = -l 79 REVISION_SCRIPT_FILENAME
# Logging configuration
[loggers]