Skip to content

Commit 44e6c33

Browse files
exclude type checking block
1 parent abb96c2 commit 44e6c33

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
@@ -177,6 +177,7 @@ exclude_lines = [
177177
'^\s*@overload( |$)',
178178
'^\s*assert False(,|$)',
179179
'if typing.TYPE_CHECKING:',
180+
'if TYPE_CHECKING:',
180181
]
181182

182183
[tool.ruff]

0 commit comments

Comments
 (0)