Skip to content

Commit ffa31d3

Browse files
author
Joshua Bloom
committed
fix(ci): add pytest-cov and ruff to dev deps
1 parent 1543443 commit ffa31d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ pyyaml = "^6.0.1"
2424

2525
[tool.poetry.group.dev.dependencies]
2626
pytest = "^7.4.4"
27+
pytest-cov = "^4.1.0"
28+
ruff = "^0.4.0"
2729

2830
[build-system]
2931
requires = ["poetry-core"]

0 commit comments

Comments
 (0)