From f24393e84081d1559887700a7386764ad01eaf9b Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sun, 10 Aug 2025 09:27:06 -0500 Subject: [PATCH] this is already excluded --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) 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