Skip to content

Commit 5a323dd

Browse files
ilevkivskyiKevin Kannammalil
authored andcommitted
Make --allow-redefinition-new argument public (#19796)
It is time to announce this (as still experimental obviously). (cherry picked from commit d33c147)
1 parent 8638eb4 commit 5a323dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ def add_invertible_flag(
886886
"--allow-redefinition-new",
887887
default=False,
888888
strict_flag=False,
889-
help=argparse.SUPPRESS, # This is still very experimental
889+
help="Allow more flexible variable redefinition semantics (experimental)",
890890
group=strictness_group,
891891
)
892892

0 commit comments

Comments
 (0)