Closed emcd closed 4 months ago
@emcd Your PR looks good and feels ready to be merged. I just need to update/fix the GHA to ensure all tests are still passing (which I believe will be).
I'm planning on doing it later today, so expect a release today.
The 'toml' package breaks on valid 'pyproject.toml' files which prevents Tryceratops from being integrated properly.
The 'tomli' package provides TOML 1.0 and 'tomllib' compatibility. Had a similar patch accepted by the YAPF project in 2022.
Example of breakage with
toml
:Successful run after switch to
tomllib
: