From 32468fdb444318826e06990eebd503a507359168 Mon Sep 17 00:00:00 2001 From: Felix Yen Date: Fri, 6 Mar 2026 12:19:05 -0500 Subject: [PATCH] add/describe --fixed-format-cache --- docs/source/command_line.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/command_line.rst b/docs/source/command_line.rst index b1505d7d9668..49b8a71fb85b 100644 --- a/docs/source/command_line.rst +++ b/docs/source/command_line.rst @@ -1027,6 +1027,10 @@ beyond what incremental mode can offer, try running mypy in Include fine-grained dependency information in the cache for the mypy daemon. +.. option:: --fixed-format-cache + + Use new fast and compact fixed format cache. + .. option:: --skip-version-check By default, mypy will ignore cache data generated by a different