From 1eb75cfdf57a2e3db83a938f312204bbaaa2ff89 Mon Sep 17 00:00:00 2001 From: Francesco Zardi Date: Sat, 29 Nov 2025 00:31:40 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a627bf..ce50a3a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ There are several settings you can configure to customize the behavior of this e mypy-type-checker.reportingScope file (experimental) Controls the scope of Mypy's problem reporting. If set to file, Mypy will limit its problem reporting to the files currently open in the editor. If set to workspace, Mypy will extend its problem reporting to include all files within the workspace. - If set to >custom, Mypy will only report problems for files specified in the [Mypy configuration](https://mypy.readthedocs.io/en/stable/config_file.html#confval-files) + If set to custom, Mypy will only report problems for files specified in the [Mypy configuration](https://mypy.readthedocs.io/en/stable/config_file.html#confval-files) mypy-type-checker.preferDaemon