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 536f3df commit a62f273Copy full SHA for a62f273
1 file changed
mypy/main.py
@@ -1066,11 +1066,7 @@ def add_invertible_flag(
1066
incremental_group.add_argument(
1067
"--fixed-format-cache",
1068
action="store_true",
1069
- help=(
1070
- "Use experimental fast and compact fixed format cache"
1071
- if compilation_status == "yes"
1072
- else argparse.SUPPRESS
1073
- ),
+ help="Use new fast and compact fixed format cache",
1074
)
1075
1076
"--skip-version-check",
0 commit comments