Skip to content

Commit 80e3aa6

Browse files
committed
!squash more
1 parent ebaaf48 commit 80e3aa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ exclude_lines = [
123123
"pragma: no cover",
124124
"def __repr__",
125125
"raise NotImplementedError",
126-
"if __name__ == .__main__.:",
126+
"return NotImplemented",
127127
"def parse_args",
128128
"if TYPE_CHECKING:",
129+
"if t.TYPE_CHECKING:",
129130
"@overload( |$)",
130131
]
131132

0 commit comments

Comments
 (0)