Skip to content

Commit

Permalink
Disable truthy-iterable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 9, 2022
1 parent 23d5401 commit 38ae87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy/errorcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def __str__(self) -> str:
"truthy-iterable",
"Warn about Iterable expressions that could always evaluate to true in boolean contexts",
"General",
default_enabled=False,
)
NAME_MATCH: Final = ErrorCode(
"name-match", "Check that type definition has consistent naming", "General"
Expand Down

0 comments on commit 38ae87a

Please sign in to comment.