# ...And be strict:
strict = True
-strict_concatenate = True
+extra_checks = True
enable_error_code = ignore-without-code,redundant-expr,truthy-bool,possibly-undefined
warn_unreachable = True
# ...And be strict:
strict = True
-strict_concatenate = True
+extra_checks = True
enable_error_code = ignore-without-code,redundant-expr,truthy-bool,possibly-undefined
warn_unreachable = True
allow_redefinition = True
# and be strict!
strict = True
-strict_concatenate = True
+extra_checks = True
enable_error_code = ignore-without-code,redundant-expr,truthy-bool
warn_unreachable = True