-
-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace strict_concatenate = True
with extra_checks = True
#126391
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm... I think @hauntsaninja might be thinking of reversing this deprecation: see python/mypy#18070
I think that the main plan right now is to add these checks directly to Basically, we don't have any noticable negatives. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me!
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…nGH-126391) (cherry picked from commit cc4f0a2) Co-authored-by: sobolevn <[email protected]>
GH-129286 is a backport of this pull request to the 3.13 branch. |
…GH-126391) (#129286) Replace `strict_concatenate = True` with `extra_checks = True` (GH-126391) (cherry picked from commit cc4f0a2) Co-authored-by: sobolevn <[email protected]>
This option was deprecated in mypy. See python/mypy#18103
Follow up to #126352