Skip to content

Commit 39b4684

Browse files
committed
skip checking TYPE_CHECKING blocks
1 parent a25d018 commit 39b4684

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
@@ -103,6 +103,7 @@ Homepage = "https://github.com/zarr-developers/zarr-python"
103103
[tool.coverage.report]
104104
exclude_lines = [
105105
"pragma: no cover",
106+
"if TYPE_CHECKING:",
106107
"pragma: ${PY_MAJOR_VERSION} no cover",
107108
'.*\.\.\.' # Ignore "..." lines
108109
]

0 commit comments

Comments
 (0)