Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 678ff29

Browse files
committed
chore: Exclude type checking blocks from coverage
1 parent d327cc0 commit 678ff29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ skip_covered = true
113113
exclude_lines = [
114114
"raise NotImplementedError",
115115
"pragma: no cover",
116+
"if TYPE_CHECKING:",
116117
]
117118

118119
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)