Update template to v0.8.0#171
Merged
ilia-kats merged 3 commits intoJul 17, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #171 +/- ##
=======================================
Coverage 91.22% 91.22%
=======================================
Files 12 12
Lines 1869 1869
=======================================
Hits 1705 1705
Misses 164 164 🚀 New features to boost your workflow:
|
…:scverse-bot/mudata into scverse-bot-template-update-v2-scverse-mudata-v0.8.0
ilia-kats
force-pushed
the
template-update-v2-scverse-mudata-v0.8.0
branch
from
July 17, 2026 12:42
7b99244 to
3756a8d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-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 cookiecutter-scverse#462@grstin List all installed packages in CI output cookiecutter-scverse#469@timtreisin ci: bump codecov-action to v6 to fix signature verification cookiecutter-scverse#510@flying-sheepin feat: remove __version__ cargo cult cookiecutter-scverse#495@grstin Update instructions on hatch/VScode integration cookiecutter-scverse#525@flying-sheepin docs: sphinx 9 compatibility, sphinx-tabs→sphinx-design cookiecutter-scverse#467@ilia-katsin README: use the official readthedocs badge cookiecutter-scverse#513@flying-sheepin docs: robust links cookiecutter-scverse#514@ilia-katsin support prek in addition to pre-commit cookiecutter-scverse#485 and by@grstin Recommend prek over pre-commit cookiecutter-scverse#517@grstin Recommend uv for installation (alternative) cookiecutter-scverse#531@ilan-goldin fix: typo cookiecutter-scverse#461Template sync, docs, and initialization (changes do not affect instance repos)
@grstin Fix docs on migrating to the template cookiecutter-scverse#476@flying-sheepin Add docs link to PR comment cookiecutter-scverse#478@moinfarin Fix cruft changing .git and add info on manual template update cookiecutter-scverse#479@grstwith@Copilotin Improve PyPI release instructions in template_usage.md cookiecutter-scverse#490@grstin Switch to github app for PR creation cookiecutter-scverse#488@grstin Do not trigger cruft workflow on pre-releases cookiecutter-scverse#507@ilia-katsin add contents:read permission to test workflow cookiecutter-scverse#482@grstin Take up template sync where it got interrupted cookiecutter-scverse#487@mentionsin template update PR bodies by@grstwith@Copilotin Escape GitHub @mentions in template update PR bodies cookiecutter-scverse#491@grstin Do not mandate global git config cookiecutter-scverse#518@grstin fix: template sync no longer breaks from multiple choice options cookiecutter-scverse#527@flying-sheepin fix: mention casing in publisher docs cookiecutter-scverse#470@grstin Allow user to choose between issue type and labels 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.