refactor: comment out post_write_hooks section in alembic.ini for clarity

This commit is contained in:
zurdi
2025-05-09 15:59:37 +00:00
parent 693f3e038b
commit 4b1fa77489

View File

@@ -63,7 +63,7 @@ version_path_separator = os # Use os.pathsep. Default configuration used for ne
sqlalchemy.url = ''
; [post_write_hooks]
# [post_write_hooks]
# post_write_hooks defines scripts or Python functions that are run
# on newly generated revision scripts. See the documentation for further
# detail and examples