diff --git a/docs/source/mypy_daemon.rst b/docs/source/mypy_daemon.rst index ec12283ea3bb6..7586026b6c812 100644 --- a/docs/source/mypy_daemon.rst +++ b/docs/source/mypy_daemon.rst @@ -59,6 +59,11 @@ you have a large codebase.) back to the stable functionality. See :ref:`follow-imports` for details on how these work. +.. note:: + + The mypy daemon automatically enables ``--local-partial-types`` by default. + + Daemon client commands **********************