We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5373c5 commit 4451ce7Copy full SHA for 4451ce7
mypy/errorcodes.py
@@ -139,7 +139,7 @@ def __str__(self) -> str:
139
"General",
140
default_enabled=False,
141
)
142
-TRUTHY_ITERABLE: Final = ErrorCode(
+TRUTHY_ITERABLE: Final[ErrorCode] = ErrorCode(
143
"truthy-iterable",
144
"Warn about Iterable expressions that could always evaluate to true in boolean contexts",
145
0 commit comments