Skip to content

Commit c2d9adc

Browse files
committed
chore: clean and fix lint/test setup
1 parent 4d92a3a commit c2d9adc

File tree

2 files changed

+83
-1
lines changed

2 files changed

+83
-1
lines changed

poetry.lock

Lines changed: 81 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ loguru = "^0.7.3"
3232
cruft = "^2.16.0"
3333
flake8 = "^7.2.0"
3434
bandit = "^1.8.5"
35+
coverage = "^7.9.1"
3536

3637
[tool.poetry.group.dev.dependencies]
3738
black = "^25.1.0"
3839
isort = "^6.0.1"
3940
pytest = "^8.4.0"
4041
mypy = "^1.16.1"
42+
coverage = "^7.9.1"
4143

4244
[build-system]
4345
requires = ["poetry-core>=2.0.0,<3.0.0"]

0 commit comments

Comments
 (0)