diff --git a/pyproject.toml b/pyproject.toml index 95648ba09..e3b687a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -345,6 +345,7 @@ report.exclude_also = [ "if TYPE_CHECKING:", ] report.fail_under = 100 +report.show_missing = true [tool.mypy] strict = true