Skip to content

Commit a62f273

Browse files
authored
Stop calling fixed format cache experimental (python#19967)
It has been around for some time with no issues so far. We can stop calling it experimental so that more people try it before we make it default.
1 parent 536f3df commit a62f273

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mypy/main.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,11 +1066,7 @@ def add_invertible_flag(
10661066
incremental_group.add_argument(
10671067
"--fixed-format-cache",
10681068
action="store_true",
1069-
help=(
1070-
"Use experimental fast and compact fixed format cache"
1071-
if compilation_status == "yes"
1072-
else argparse.SUPPRESS
1073-
),
1069+
help="Use new fast and compact fixed format cache",
10741070
)
10751071
incremental_group.add_argument(
10761072
"--skip-version-check",

0 commit comments

Comments
 (0)