Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Alembic configuration from alembic.ini to pyproject.toml #1

Open
1 task
zobweyt opened this issue Oct 22, 2024 · 0 comments
Open
1 task

Move Alembic configuration from alembic.ini to pyproject.toml #1

zobweyt opened this issue Oct 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zobweyt
Copy link
Member

zobweyt commented Oct 22, 2024

This issue tracks the progress of moving our Alembic configuration from alembic.ini to pyproject.toml to maintain consistency in our configuration management. This move is dependent on the resolution of sqlalchemy/alembic#1082.

Configuration

  • All common project configuration for such tools as pdm, ruff, and babel is centralized in pyproject.toml.
  • All security-sensitive information, including logging and database connection strings, has already been moved to an untracked file, config.yaml.

The best place to put the Alembic configuration is pyproject.toml. Based on sqlalchemy/alembic#1082 (comment).

Goals

  • Move Alembic configuration from alembic.ini to pyproject.toml.
@zobweyt zobweyt added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant