- Changed linting and formatting to be a new configuration choice (Discussion [374](https://github.com/drivendataorg/cookiecutter-data-science/discussions/374))
- Added support for Ruff as a new option.
- Changed the default choice to be Ruff.
- Changed the previous behavior to be named "flake8+black+isort".
- Fixed `pyproject.toml` to correctly set isort configuration. Previously, configuration was being set for `ruff.lint.isort` instead of for isort, even though isort was installed and used by `make lint`.
- Fixed obsolete `[tool.ruff.lint.isort]` configuration key names that used underscores instead of hyphens. (Issue [388](https://github.com/drivendataorg/cookiecutter-data-science/issues/388))
- Changed import sorting in generated code scaffold to match the generated isort configuration.
- Added support for `uv pip` as an environment manager option (Discussion [403](https://github.com/drivendataorg/cookiecutter-data-science/discussions/403))