Move Alembic configuration from alembic.ini
to pyproject.toml
#1
Labels
enhancement
New feature or request
alembic.ini
to pyproject.toml
#1
This issue tracks the progress of moving our Alembic configuration from
alembic.ini
topyproject.toml
to maintain consistency in our configuration management. This move is dependent on the resolution of sqlalchemy/alembic#1082.Configuration
pyproject.toml
.config.yaml
.The best place to put the Alembic configuration is
pyproject.toml
. Based on sqlalchemy/alembic#1082 (comment).Goals
alembic.ini
topyproject.toml
.The text was updated successfully, but these errors were encountered: