Skip to content

Commit 1912c08

Browse files
committed
pyproject(tool.coverage.report) Add exclusions
1 parent d75829b commit 1912c08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ exclude_lines = [
149149
"raise NotImplementedError",
150150
"if __name__ == .__main__.:",
151151
"def parse_args",
152+
"from __future__ import annotations",
153+
"if TYPE_CHECKING:",
154+
"if t.TYPE_CHECKING:",
152155
]
153156

154157
[tool.mypy]

0 commit comments

Comments
 (0)