From 90d1819d4a8b9c76e18754635e75de143d232714 Mon Sep 17 00:00:00 2001 From: Markov Andrey Date: Tue, 30 Jun 2026 21:09:22 +0000 Subject: [PATCH] Add new file --- alembic.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 alembic.ini diff --git a/alembic.ini b/alembic.ini new file mode 100644 index 0000000..2f009a1 --- /dev/null +++ b/alembic.ini @@ -0,0 +1,10 @@ +[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 \ No newline at end of file