Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/19.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Implement task file deletion on run
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@ showcontent = true
[dependency-groups]
dev = [
"julearn>=0.3.5",
"pre-commit>=4.3.0",
"pytest>=8.4.2",
"ruff>=0.15.8",
"scikit-learn>=1.6.1",
"seaborn>=0.13.2",
"towncrier>=25.8.0",
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

towncrier is now constrained to >=25.8.0 in the dev dependency group, but the existing tox -e changelog environment pins towncrier<24.7 (see tox.ini). This creates two incompatible sources of truth for changelog tooling; please align them (either update tox.ini to allow the newer towncrier, or adjust this constraint to match the tox pin, and update the related comment about where the pin lives).

Suggested change
"towncrier>=25.8.0",
"towncrier<24.7",

Copilot uses AI. Check for mistakes.
"tox>=4.30.3",
]
10 changes: 10 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.