Skip to content

Commit 0c01013

Browse files
dargorRichardk2n
authored andcommitted
Fix typo.
Signed-off-by: Gabriel Linder <[email protected]>
1 parent 9be427d commit 0c01013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Configuration
7676
* - ``follow-imports``
7777
- ``pylsp.plugins.pylsp_mypy.follow-imports``
7878
- ``normal``, ``silent``, ``skip`` or ``error``
79-
- ``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.
79+
- ``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.
8080
- ``silent``
8181

8282
Using a ``pyproject.toml`` for configuration, which is in fact the preferred way, your configuration could look like this:

0 commit comments

Comments
 (0)