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 db50b14 commit 8074591Copy full SHA for 8074591
mypy/main.py
@@ -1107,6 +1107,8 @@ def add_invertible_flag(
1107
parser.add_argument(
1108
"--enable-incomplete-feature",
1109
action="append",
1110
+ # We can't just use choices= here because we actually accept more than this;
1111
+ # see process_incomplete_features.
1112
metavar="{" + ",".join(sorted(INCOMPLETE_FEATURES)) + "}",
1113
help="Enable support of incomplete/experimental features for early preview",
1114
)
0 commit comments