Hardcoded line-length in `pyproject.toml` ignores `copier.yml` configuration
As a developer, I would like the `line-length` setting in `pyproject.toml`
to dynamically reflect the `max_line_length` value specified in `copier.yml`
to ensure consistent coding style configurations across projects.
Acceptance Criteria
-
Modify the template generation process so that the line-lengthinpyproject.tomlis set based on themax_line_lengthvalue fromcopier.yml. -
Ensure that any change in the max_line_lengthsetting incopier.ymlautomatically updates theline-lengthinpyproject.toml. -
Add tests to verify that the line-lengthinpyproject.tomladjusts according to updates incopier.yml.