Replace strict_concatenate = True with extra_checks = True (#126391)
This commit is contained in:
@@ -8,6 +8,6 @@ python_version = 3.10
|
||||
|
||||
# ...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
|
||||
|
||||
@@ -8,7 +8,7 @@ python_version = 3.10
|
||||
|
||||
# ...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
|
||||
|
||||
@@ -7,6 +7,6 @@ python_version = 3.10
|
||||
|
||||
# and be strict!
|
||||
strict = True
|
||||
strict_concatenate = True
|
||||
extra_checks = True
|
||||
enable_error_code = ignore-without-code,redundant-expr,truthy-bool
|
||||
warn_unreachable = True
|
||||
|
||||
Reference in New Issue
Block a user