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

Remove yaml formatter #89

Merged
merged 4 commits into from
Mar 6, 2024
Merged

Remove yaml formatter #89

merged 4 commits into from
Mar 6, 2024

Conversation

mcflugen
Copy link
Member

@mcflugen mcflugen commented Mar 5, 2024

This pull request removes the ability of the babelizer to write config files formatted as yaml. It can still read legacy yaml files, just not create new ones. We've been using toml as our config file format for a while so it didn't seem like we needed to continue supporting yaml.

I've dropped tomlkit in favor of tomllib (for Python 3.11+, and tomli for 3.10) for loading config files and tomli-w for writing config files. tomlkit was overkill for what we were using it for.

@mcflugen mcflugen requested a review from mdpiper March 5, 2024 22:27
@mcflugen mcflugen merged commit 2ce4c4e into develop Mar 6, 2024
29 of 35 checks passed
@mcflugen mcflugen deleted the mcflugen/remove-yaml-formatter branch March 6, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants