Update template to v0.8.0 - #17
Conversation
|
Warning Review limit reached
Next review available in: 59 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (20)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
cookiecutter-scversereleased v0.8.0.Changes
This release comes with a bunch of smaller fixes and changes to the template, and a lot of under-the-hood changes reducing friction with template sync and initialization.
Changes
The most notable change is the introduction of zizmor as pre-commit hook for hardening github actions against supply-chain attacks. Github actions will be pinned to an immutable hash instead of a version number. Dependabot will take care of updating them (by
@ilan-gold,@grst,@ilia-katsin scverse/cookiecutter-scverse#498).Additionally, we introduced a helper package, scverse-misc, that contains utility code shared across scverse core and ecosystem packages. As an initial step, we moved custom sphinx extensions that were previously part of the template into scverse-misc (by
@ilia-katsin scverse/cookiecutter-scverse#529). Rollout of additional features (shared logging and settings) will follow in the next release.The remaining changes are listed below:
Updates to the template
@flying-sheepin ci: remove hacks for docs building scverse/cookiecutter-scverse#462@grstin List all installed packages in CI output scverse/cookiecutter-scverse#469@timtreisin ci: bump codecov-action to v6 to fix signature verification scverse/cookiecutter-scverse#510@flying-sheepin feat: remove __version__ cargo cult scverse/cookiecutter-scverse#495@grstin Update instructions on hatch/VScode integration scverse/cookiecutter-scverse#525@flying-sheepin docs: sphinx 9 compatibility, sphinx-tabs→sphinx-design scverse/cookiecutter-scverse#467@ilia-katsin README: use the official readthedocs badge scverse/cookiecutter-scverse#513@flying-sheepin docs: robust links scverse/cookiecutter-scverse#514@ilia-katsin support prek in addition to pre-commit scverse/cookiecutter-scverse#485 and by@grstin Recommend prek over pre-commit scverse/cookiecutter-scverse#517@grstin Recommend uv for installation (alternative) scverse/cookiecutter-scverse#531@ilan-goldin fix: typo scverse/cookiecutter-scverse#461Template sync, docs, and initialization (changes do not affect instance repos)
@grstin Fix docs on migrating to the template scverse/cookiecutter-scverse#476@flying-sheepin Add docs link to PR comment scverse/cookiecutter-scverse#478@moinfarin Fix cruft changing .git and add info on manual template update scverse/cookiecutter-scverse#479@grstwith@Copilotin Improve PyPI release instructions in template_usage.md scverse/cookiecutter-scverse#490@grstin Switch to github app for PR creation scverse/cookiecutter-scverse#488@grstin Do not trigger cruft workflow on pre-releases scverse/cookiecutter-scverse#507@ilia-katsin add contents:read permission to test workflow scverse/cookiecutter-scverse#482@grstin Take up template sync where it got interrupted scverse/cookiecutter-scverse#487@mentionsin template update PR bodies by@grstwith@Copilotin Escape GitHub @mentions in template update PR bodies scverse/cookiecutter-scverse#491@grstin Do not mandate global git config scverse/cookiecutter-scverse#518@grstin fix: template sync no longer breaks from multiple choice options scverse/cookiecutter-scverse#527@flying-sheepin fix: mention casing in publisher docs scverse/cookiecutter-scverse#470@grstin Allow user to choose between issue type and labels scverse/cookiecutter-scverse#511Additional remarks
add
skip: truetotemplate-repos.ymlusing a PR or,if you never want to sync from the template again, delete the
.cruft.jsonfile in the root of your repository.Make sure to activate those apps if you haven't already.