We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8638eb4 commit 5a323ddCopy full SHA for 5a323dd
mypy/main.py
@@ -886,7 +886,7 @@ def add_invertible_flag(
886
"--allow-redefinition-new",
887
default=False,
888
strict_flag=False,
889
- help=argparse.SUPPRESS, # This is still very experimental
+ help="Allow more flexible variable redefinition semantics (experimental)",
890
group=strictness_group,
891
)
892
0 commit comments