Replies: 1 comment
-
Hi @leetrout, Thanks for the idea, but that will likely never happen. The past experience proved that TOML is not a good fit for Task because it differs too much from YAML/JSON, and we really need its features (deep object indentation, etc). Also, with regard to implementation, we're deeply tied to the YAML library we use, and adapt to something else wouldn't be trivial. And last thing: the interest on JSON and specially TOML support was minimal at the time, and this was one of the strongest reasons to remove it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TOML is starting to have a moment in Python-land with TOML coming into 3.11 standard lib and
pyproject.toml
being the new build system definition.Any interest or willingness to revisit TOML support? I know it was removed in 2017 so maybe a non-starter...
6 votes ·
Beta Was this translation helpful? Give feedback.
All reactions