| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-03-10 | 1.2 kB | |
| v2.1.0 source code.tar.gz | 2025-03-10 | 440.6 kB | |
| v2.1.0 source code.zip | 2025-03-10 | 472.1 kB | |
| Totals: 3 Items | 913.9 kB | 1 | |
What's Changed
- Changed linting and formatting to be a new configuration choice (Discussion #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.tomlto correctly set isort configuration. Previously, configuration was being set forruff.lint.isortinstead of for isort, even though isort was installed and used bymake lint. - Fixed obsolete
[tool.ruff.lint.isort]configuration key names that used underscores instead of hyphens. (Issue #388) - Changed import sorting in generated code scaffold to match the generated isort configuration.
- Added support for
uv pipas an environment manager option (Discussion #403)
New Contributors
- @GatlenCulp made their first contribution in https://github.com/drivendataorg/cookiecutter-data-science/pull/409
Full Changelog: https://github.com/drivendataorg/cookiecutter-data-science/compare/v2.0.1...v2.1.0