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

support config sections #29

Merged
merged 2 commits into from
Jun 16, 2024
Merged

support config sections #29

merged 2 commits into from
Jun 16, 2024

Conversation

davidism
Copy link
Member

The ALEMBIC config is the equivalent of the alembic.ini file. Previously, all keys and values were set in the top-level section. Now, dict values will be treated as separate sections, with the key as the section name and the value's keys and values as the items in the section.

This enables, for example, use of Alembic's post processing feature. Some examples of running black, ruff format, pre-commit, and git add are documented.

@davidism davidism merged commit bcb957a into main Jun 16, 2024
7 checks passed
@davidism davidism deleted the config-sections branch June 16, 2024 17:26
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant