diff --git a/pyproject.toml b/pyproject.toml index 1a274c7..cfdbfd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,6 @@ wwvbtk = "wwvb.wwvbtk:main" [[tool.mypy.overrides]] module = ["adafruit_datetime"] follow_untyped_imports = true -[tool.coverage.report] -exclude_also=["if TYPE_CHECKING:"] [tool.coverage.run] patch=["subprocess"] branch=true