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 23d5401 commit 38ae87aCopy full SHA for 38ae87a
mypy/errorcodes.py
@@ -164,6 +164,7 @@ def __str__(self) -> str:
164
"truthy-iterable",
165
"Warn about Iterable expressions that could always evaluate to true in boolean contexts",
166
"General",
167
+ default_enabled=False,
168
)
169
NAME_MATCH: Final = ErrorCode(
170
"name-match", "Check that type definition has consistent naming", "General"
0 commit comments