Skip to content

Commit 45d3ec4

Browse files
committed
Hide new cache flag for now
1 parent c9712ee commit 45d3ec4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mypy/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,9 +1057,7 @@ def add_invertible_flag(
10571057
help="Include fine-grained dependency information in the cache for the mypy daemon",
10581058
)
10591059
incremental_group.add_argument(
1060-
"--fixed-format-cache",
1061-
action="store_true",
1062-
help="Use experimental binary fixed format cache",
1060+
"--fixed-format-cache", action="store_true", help=argparse.SUPPRESS
10631061
)
10641062
incremental_group.add_argument(
10651063
"--skip-version-check",

0 commit comments

Comments
 (0)