From 0c01013845043282f5f1025bdad9c1ac7776096b Mon Sep 17 00:00:00 2001 From: Gabriel Linder Date: Fri, 8 Nov 2024 10:31:40 +0100 Subject: [PATCH] Fix typo. Signed-off-by: Gabriel Linder --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f871082..ffd06c7 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ Configuration * - ``follow-imports`` - ``pylsp.plugins.pylsp_mypy.follow-imports`` - ``normal``, ``silent``, ``skip`` or ``error`` - - ``mypy`` **parameter** ``follow-imports``. In ``mypy`` this is ``normal`` by default. We set it ``silent``, to sort out unwanted results. This can cause cash invalidation if you also run ``mypy`` in other ways. Setting this to ``normal`` avoids this at the cost of a small performance penalty. + - ``mypy`` **parameter** ``follow-imports``. In ``mypy`` this is ``normal`` by default. We set it ``silent``, to sort out unwanted results. This can cause cache invalidation if you also run ``mypy`` in other ways. Setting this to ``normal`` avoids this at the cost of a small performance penalty. - ``silent`` Using a ``pyproject.toml`` for configuration, which is in fact the preferred way, your configuration could look like this: