mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
[3.13] Replace strict_concatenate = True
with extra_checks = True
(GH-126391) (#129286)
Replace `strict_concatenate = True` with `extra_checks = True` (GH-126391)
(cherry picked from commit cc4f0a2770
)
Co-authored-by: sobolevn <mail@sobolevn.me>
This commit is contained in:
parent
aa1beed858
commit
e1900db82d
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue