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 4f872d7 commit fd05265Copy full SHA for fd05265
mypy/main.py
@@ -1064,7 +1064,13 @@ def add_invertible_flag(
1064
help="Include fine-grained dependency information in the cache for the mypy daemon",
1065
)
1066
incremental_group.add_argument(
1067
- "--fixed-format-cache", action="store_true", help=argparse.SUPPRESS
+ "--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
+ ),
1074
1075
1076
"--skip-version-check",
0 commit comments