Skip to content

Commit 0072a88

Browse files
committed
chore: ignore implicit pass for interfaces, protocols, etc.
1 parent 79a9490 commit 0072a88

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
@@ -88,6 +88,9 @@ exclude_lines = [
8888

8989
# Ignore type function overload
9090
"@overload",
91+
92+
# Ignore interfaces, future protocols, and @overload impl
93+
"...",
9194
]
9295

9396
[tool.isort]

0 commit comments

Comments
 (0)