File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments