Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cookiecutter-scverse
released v0.5.0.Changes
New template sync
We re-implemented template sync from scratch instead on relying on cruft. This allows us to create real merge conflicts that show up as such on GitHub instead of
.rej
files.Enhancements
We committed to using hatch as project and environment manager. By doing so, we simplified the
GitHub actions:
We switched the pre-commit hook from prettier to biome and added a pre-commit hook for autoformatting
pyproject.toml
files:We added (optional) integration with VScode and improved cookiecutter prompts:
We removed bump2version as recommended way to update versions. Instead, just update the version manually in
pyproject.toml
or use hatch-vcsFixes
extra-features
doesn’t exist by @flying-sheep in Hatchextra-features
doesn’t exist cookiecutter-scverse#326Documentation
uv
to run cruft by @grst in Suggest to useuv
to run cruft cookiecutter-scverse#370Chore
New Contributors
Full Changelog: scverse/cookiecutter-scverse@v0.4.0...v0.5.0
Additional remarks
add
skip: true
totemplate-repos.yml
using a PR or,if you never want to sync from the template again, delete the
.cruft.json
file in the root of your repository.Make sure to activate those apps if you haven't already.