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