From c545766662beb39ade05d10ffcbcd15ef8804e73 Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Thu, 2 Oct 2025 00:52:29 +0100 Subject: [PATCH] Stop calling fixed format cache experimental --- mypy/main.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mypy/main.py b/mypy/main.py index 9ebbf78ded09..19cb4f0d0a99 100644 --- a/mypy/main.py +++ b/mypy/main.py @@ -1066,11 +1066,7 @@ def add_invertible_flag( incremental_group.add_argument( "--fixed-format-cache", action="store_true", - help=( - "Use experimental fast and compact fixed format cache" - if compilation_status == "yes" - else argparse.SUPPRESS - ), + help="Use new fast and compact fixed format cache", ) incremental_group.add_argument( "--skip-version-check",