You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This moves dev dependencies out of [project.optional-dependencies] and into [dependency-groups]. Now we just need to wait for tooling support. See PEP 735.
Every pull request should have this checklist filled out, no matter how small it is.
More information about contributing to Argus can be found in the Development docs.
The first line of the commit message continues the sentence "If applied, this commit will ...", starts with a capital letter, does not end with punctuation and is 50 characters or less long. See our how-to
If applicable: Created new issues if this PR does not fix the issue completely/there is further work to be done
hmpf
added
the
blocked
Another thing/issue has to be resolved before tackling this
label
Apr 1, 2025
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
blockedAnother thing/issue has to be resolved before tackling thisnonewsNo news fragment is necessary for this PR (e.g. refactoring, cleanups, workflow/development changes)priority: low
2 participants
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.
Scope and purpose
This moves dev dependencies out of
[project.optional-dependencies]and into[dependency-groups]. Now we just need to wait for tooling support. See PEP 735.--groupflag for dependency-group parsing forpip-compilejazzband/pip-tools#2175)Less important:
Contributor Checklist
Every pull request should have this checklist filled out, no matter how small it is.
More information about contributing to Argus can be found in the
Development docs.