From 1d1890940b37d3f0cd926d90608ab1fd29ee1af4 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sun, 15 Feb 2026 21:49:48 +0000 Subject: [PATCH 1/2] Enable coverage report.show_missing --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2dadc4af..0da02ac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -293,6 +293,7 @@ report.exclude_also = [ "if TYPE_CHECKING:", ] +report.show_missing = true [tool.mypy] strict = true files = [ "." ] From afa54a8546aa455f8a8c4ae633a4e1bc239c52bc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 21:50:55 +0000 Subject: [PATCH 2/2] [pre-commit.ci lite] apply automatic fixes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0da02ac7..93142679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -292,8 +292,8 @@ run.branch = true report.exclude_also = [ "if TYPE_CHECKING:", ] - report.show_missing = true + [tool.mypy] strict = true files = [ "." ]