Skip to content

Commit cf47635

Browse files
committed
pyproject(coverage) Ignore import typing as t
1 parent 3cd6710 commit cf47635

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
@@ -151,6 +151,7 @@ exclude_lines = [
151151
"if t.TYPE_CHECKING:",
152152
"@overload( |$)",
153153
"from __future__ import annotations",
154+
"import typing as t",
154155
]
155156

156157
[tool.ruff]

0 commit comments

Comments
 (0)