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:
65
65
- ` pylsp.plugins.ruff.enabled ` : boolean to enable/disable the plugin. ` true ` by default.
66
66
- ` pylsp.plugins.ruff.config ` : Path to optional ` pyproject.toml ` file.
67
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.
68
+ - ` pylsp.plugins.ruff.executable ` : Path to the ` ruff ` executable. Uses ` os.executable -m "ruff" ` by default.
69
69
- ` pylsp.plugins.ruff.ignore ` : Error codes to ignore.
70
70
- ` pylsp.plugins.ruff.extendIgnore ` : Same as ignore, but append to existing ignores.
71
71
- ` pylsp.plugins.ruff.lineLength ` : Set the line-length for length checks.
You can’t perform that action at this time.
0 commit comments