Skip to content

Commit 75096fa

Browse files
committed
Add redundant-expr,truthy-iterable to enable_error_code
1 parent 1d90f92 commit 75096fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pretty = true
44
strict = true
55

66
# Extra checks that aren't included in --strict
7-
enable_error_code = "ignore-without-code"
7+
enable_error_code = "ignore-without-code,redundant-expr,truthy-iterable"
88
extra_checks = true
99
warn_unreachable = true
1010

0 commit comments

Comments
 (0)