Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 9c76dc1

Browse files
committed
coverage: move settings into pyproject
1 parent 10eb0e6 commit 9c76dc1

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.coveragerc

Lines changed: 0 additions & 15 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ wwvbtk = "wwvb.wwvbtk:main"
5151
[[tool.mypy.overrides]]
5252
module = ["adafruit_datetime"]
5353
follow_untyped_imports = true
54+
[tool.coverage.report]
55+
exclude_also=["if TYPE_CHECKING:"]

0 commit comments

Comments
 (0)