diff --git a/README.md b/README.md index 029d94b..c7b0753 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ There are several settings you can configure to customize the behavior of this e mypy-type-checker.cwd ${workspaceFolder} - Sets the current working directory used to lint Python files with Mypy. By default, it uses the root directory of the workspace ${workspaceFolder}. You can set it to ${fileDirname} to use the parent folder of the file being linted as the working directory for Mypy. You can also set it to ${nearestConfig} to use the folder of the nearest parent pyproject.toml or mypy.ini. + Sets the current working directory used to lint Python files with Mypy. By default, it uses the root directory of the workspace ${workspaceFolder}. You can set it to ${fileDirname} to use the parent folder of the file being linted as the working directory for Mypy. You can also set it to ${nearestConfig} to use the nearest parent/ancestor folder which contains a pyproject.toml or a mypy.ini file.