Skip to content

Commit 6f541f7

Browse files
exclude type checking block
1 parent 2b55cdc commit 6f541f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
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)