Adopt tskit-dev repo administration principles#273
Merged
jeromekelleher merged 6 commits intosgkit-dev:mainfrom Apr 1, 2026
Merged
Adopt tskit-dev repo administration principles#273jeromekelleher merged 6 commits intosgkit-dev:mainfrom
jeromekelleher merged 6 commits intosgkit-dev:mainfrom
Conversation
Modernise the repo tooling to follow the conventions documented in tskit-dev/.github/repo_administration.md: - Migrate to uv for dependency management with committed uv.lock - Add PEP 735 dependency-groups (test, lint, packaging, wheels, dev) - Replace .pre-commit-config.yaml with prek.toml (local hooks only, including clang-format for C code) - Pin lint tools (ruff==0.15.1, prek==0.3.3, clang-format==19.1.7) - Upgrade ruff, remove stale UP038 ignore, fix lint/format violations - Fix clang-format off/on markers in _vcztoolsmodule.c - Rewrite CI workflows to use uv (astral-sh/setup-uv@v6) - Migrate CD from Docker-based manylinux builds to cibuildwheel, adding macOS arm64/x86_64 wheel support - Add [tool.cibuildwheel] config to pyproject.toml - Remove .github/workflows/docker/ directory - Add CONTRIBUTING.md and .github/dependabot.yml
Member
Author
|
I think this is ready to go in @tomwhite - if we're happy to move to uv-based approach. I'll need to do some follow-ups to make sure CD is working properly, as we've moved over to cibuildwheel and it'll need a bit of finessing. I'd also like to start supporting windows too, if at all possible. |
tomwhite
approved these changes
Apr 1, 2026
Member
tomwhite
left a comment
There was a problem hiding this comment.
This looks great @jeromekelleher. I've given it a quick look, and I'm happy for you to merge if everything is working from your point of view.
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.
Modernise the repo tooling to follow the conventions documented in tskit-dev/.github/repo_administration.md: