Commit b4298cc4 by Mathieu Kniewallner Committed by Bjorn Neergaard

chore(mypy): enable `redundant-expr` error code

parent b762bfd3
......@@ -111,6 +111,7 @@ show_error_codes = true
strict = true
enable_error_code = [
"ignore-without-code",
"redundant-expr",
"truthy-bool",
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment