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
${workspaceFolder}
${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
.
+ ${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.