10 lines
249 B
INI
10 lines
249 B
INI
[alembic]
|
|
script_location = rag/alembic
|
|
prepend_sys_path = .
|
|
version_path_separator = os
|
|
sqlalchemy.url = postgresql+asyncpg://rag_user:password@localhost/rag_db
|
|
|
|
[post_write_hooks]
|
|
hooks = black
|
|
black.type = console_scripts
|
|
black.entrypoint = black |