Earlier quoted context omitted.
> On that note, I will never understand why they chose .toml instead of just json or yaml.. https://peps.python.org/pep-0518/#other-file-formats
I think "easy for humans to edit" is where I mostly disagree with. To this day I have not worked with anyone that understood the .toml format.
More editable than JSON and far simpler than YAML.
---
The Rust ecosystem also uses TOML.