Skip to content

Commit 79a9490

Browse files
committed
chore: ignore @overload coverage in the future
1 parent a344816 commit 79a9490

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
@@ -85,6 +85,9 @@ exclude_lines = [
8585
# Don't complain if non-runnable code isn't run:
8686
"if 0:",
8787
"if __name__ == .__main__.:",
88+
89+
# Ignore type function overload
90+
"@overload",
8891
]
8992

9093
[tool.isort]

0 commit comments

Comments
 (0)