Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Linder <[email protected]>
  • Loading branch information
dargor authored and Richardk2n committed Nov 23, 2024
1 parent 9be427d commit 0c01013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c01013

Please sign in to comment.