Skip to content

Commit 2773b2f

Browse files
committed
fix(uv): add groups as default
1 parent d34cb37 commit 2773b2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ tuning = [
3636
"seaborn>=0.13.2",
3737
]
3838

39+
[tool.uv]
40+
default-groups = ["dev", "tuning"]
41+
3942
[tool.ruff]
4043
target-version = "py312"
4144

0 commit comments

Comments
 (0)