mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Update pre-commit dependencies (#14719)
This commit is contained in:
parent
02d1e6a94a
commit
5a67d3269b
7 changed files with 13 additions and 13 deletions
|
@ -710,7 +710,7 @@ automatically decide between the two based on the Ruff version and extension set
|
|||
1. If the Ruff version is >= `0.5.3`, use the native language server unless any deprecated
|
||||
settings are detected. In that case, show a warning and use
|
||||
[`ruff-lsp`](https://github.com/astral-sh/ruff-lsp) instead.
|
||||
1. If the Ruff version is \< `0.5.3`, use [`ruff-lsp`](https://github.com/astral-sh/ruff-lsp). A
|
||||
1. If the Ruff version is < `0.5.3`, use [`ruff-lsp`](https://github.com/astral-sh/ruff-lsp). A
|
||||
warning will be displayed if settings specific to the native server are detected.
|
||||
- `true`: Same as `on`
|
||||
- `false`: Same as `off`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue