Skip to content

Commit 6d73066

Browse files
committed
pyproject(tool.coverage.report) Exclude __future__ annotations
1 parent d9df44d commit 6d73066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ exclude_lines = [
154154
"if TYPE_CHECKING:",
155155
"if t.TYPE_CHECKING:",
156156
"@overload( |$)",
157+
"from __future__ import annotations",
157158
]
158159

159160
[tool.ruff]

0 commit comments

Comments
 (0)