You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internally rename allow_redefiniton to allow_redefinition_old (#20764)
Ref #20726
This also make `--allow-redefinition` simply an alias to
`--allow-redefinition-old`. In v2.0 we can simply flip this to point to
`--allow-redefinition-new`. IMO this way there is less confusion between
publicly visible flags and internal mypy options.
Also I no longer call `--allow-redefinition-new` experimental, and
clarify timeline to mention v2.0 release.
I also use this opportunity to use more consistent variable names in
config parser (`key` vs `options_key`).
0 commit comments