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 c9712ee commit 45d3ec4Copy full SHA for 45d3ec4
mypy/main.py
@@ -1057,9 +1057,7 @@ def add_invertible_flag(
1057
help="Include fine-grained dependency information in the cache for the mypy daemon",
1058
)
1059
incremental_group.add_argument(
1060
- "--fixed-format-cache",
1061
- action="store_true",
1062
- help="Use experimental binary fixed format cache",
+ "--fixed-format-cache", action="store_true", help=argparse.SUPPRESS
1063
1064
1065
"--skip-version-check",
0 commit comments