Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't textwrap toml scenarios (#205)
Unlike json scenarios, toml and yaml scenarios have multi-line description fields, in which we can write proper markdown. Textwrap doesn't understand markdown and mangles it. To fix astral-sh/uv#5441 (comment), we stop textwrapping toml and yaml files. I've tested this locally and the snapshots look better, due to astral-sh/uv#5475 is somewhat incomplete though: astral-sh/uv#5441.
- Loading branch information