Skip to content

Commit c45d8fe

Browse files
Apply Repo-Review rule MY106
MyPy enables truthy-bool
1 parent f20242a commit c45d8fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ src_paths = [
102102
]
103103

104104
[tool.mypy]
105-
enable_error_code = ["ignore-without-code", "redundant-expr"]
105+
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
106106
no_implicit_optional = false
107107
warn_unreachable = true
108108

0 commit comments

Comments
 (0)