We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5f874 commit 438d8fdCopy full SHA for 438d8fd
1 file changed
README.md
@@ -65,7 +65,7 @@ the valid configuration keys:
65
- `pylsp.plugins.ruff.enabled`: boolean to enable/disable the plugin. `true` by default.
66
- `pylsp.plugins.ruff.config`: Path to optional `pyproject.toml` file.
67
- `pylsp.plugins.ruff.exclude`: Exclude files from being checked by `ruff`.
68
- - `pylsp.plugins.ruff.executable`: Path to the `ruff` executable. Assumed to be in PATH by default.
+ - `pylsp.plugins.ruff.executable`: Path to the `ruff` executable. Uses `os.executable -m "ruff"` by default.
69
- `pylsp.plugins.ruff.ignore`: Error codes to ignore.
70
- `pylsp.plugins.ruff.extendIgnore`: Same as ignore, but append to existing ignores.
71
- `pylsp.plugins.ruff.lineLength`: Set the line-length for length checks.
0 commit comments