Question > is it possible to limit the line-length of the output created, using `--doctest-plus-generate-diff=overwrite` ruff complains about the total length and i didn't find a settings to wave E501 for doctest outputs. https://github.com/python-validators/validators/pull/417#discussion_r2019750903 Solutions - automatically let doctest-plus add an optional `noqa: E501` - format the output in a way, linter does not complain how do you guys handle this?