Skip to content

Commit 3d2f572

Browse files
committed
build(uv): add coverage with toml support
1 parent ade27c4 commit 3d2f572

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ dependencies = [
1818
]
1919

2020
[dependency-groups]
21-
dev = ["bandit", "ruff", "mypy", "pytest", "pytest-cov", "safety"]
21+
dev = [
22+
"bandit",
23+
"ruff",
24+
"mypy",
25+
"pytest",
26+
"pytest-cov",
27+
"coverage[toml]",
28+
"safety",
29+
]
2230

2331

2432
[tool.ruff]

0 commit comments

Comments
 (0)