Refactor dependency groups and scope CI installs#262
Merged
Conversation
Extract briefcase, pre-commit, and tox into their own dependency groups so CI jobs install only what they need instead of the full dev group.
kattni
requested changes
May 19, 2026
Contributor
kattni
left a comment
There was a problem hiding this comment.
Thanks for the PR! One suggestion in-line.
Both link styles are equivalently valid. Co-authored-by: Kattni <kattni@kattni.com>
kattni
approved these changes
May 19, 2026
gwdio
commented
May 19, 2026
Contributor
Author
gwdio
left a comment
There was a problem hiding this comment.
Should we also update requirements.txt to remove black then?
freakboy3742
approved these changes
May 19, 2026
Member
freakboy3742
left a comment
There was a problem hiding this comment.
👍 No need to clean up requirements.txt - it's only going to be there for another couple of hours.
3 tasks
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.
Refactors dependency groups in
pyproject.tomlto ensure that github workflow runs import the minimum amount of packages.Groups have been updated to the following:
Afterwards, CI has been updated to use the new dependency groups.
This ensures that CI runs import dependency groups logically and do not overimport.
Refs #236
PR Checklist:
Assisted-by: Claude Sonnet 4.6