We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import typing as t
1 parent a8b3141 commit 92e0689Copy full SHA for 92e0689
1 file changed
pyproject.toml
@@ -151,6 +151,7 @@ exclude_lines = [
151
"if t.TYPE_CHECKING:",
152
"@overload( |$)",
153
"from __future__ import annotations",
154
+ "import typing as t",
155
]
156
157
[tool.ruff]
0 commit comments