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