Skip to content

Commit 438d8fd

Browse files
committed
update README with new executable default
1 parent ea5f874 commit 438d8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the valid configuration keys:
6565
- `pylsp.plugins.ruff.enabled`: boolean to enable/disable the plugin. `true` by default.
6666
- `pylsp.plugins.ruff.config`: Path to optional `pyproject.toml` file.
6767
- `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.
68+
- `pylsp.plugins.ruff.executable`: Path to the `ruff` executable. Uses `os.executable -m "ruff"` by default.
6969
- `pylsp.plugins.ruff.ignore`: Error codes to ignore.
7070
- `pylsp.plugins.ruff.extendIgnore`: Same as ignore, but append to existing ignores.
7171
- `pylsp.plugins.ruff.lineLength`: Set the line-length for length checks.

0 commit comments

Comments
 (0)