From 2a3080bbb047478949c01798289acecbf551923b Mon Sep 17 00:00:00 2001 From: Gabriel Linder Date: Fri, 8 Nov 2024 10:32:04 +0100 Subject: [PATCH] Quote file name. Signed-off-by: Gabriel Linder --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ffd06c7..19206a4 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ Using a ``pyproject.toml`` for configuration, which is in fact the preferred way exclude = ["tests/*"] A ``pyproject.toml`` does not conflict with the legacy config file (deprecated) given that it does not contain a ``pylsp-mypy`` section. The following explanation uses the syntax of the legacy config file (deprecated). However, all these options also apply to the ``pyproject.toml`` configuration (note the lowercase bools). -Depending on your editor, the configuration (found in a file called pylsp-mypy.cfg in your workspace or a parent directory) should be roughly like this for a standard configuration: +Depending on your editor, the configuration (found in a file called ``pylsp-mypy.cfg`` in your workspace or a parent directory) should be roughly like this for a standard configuration: ::