We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__future__
1 parent 7e6bafa commit c339479Copy full SHA for c339479
1 file changed
pyproject.toml
@@ -178,6 +178,7 @@ exclude_lines = [
178
"if TYPE_CHECKING:",
179
"if t.TYPE_CHECKING:",
180
"@overload( |$)",
181
+ "from __future__ import annotations",
182
]
183
184
[tool.ruff]
0 commit comments