mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
Point LSP, VS Code, and pre-commut URLs to Astral org (#4562)
This commit is contained in:
parent
8ca3977602
commit
f22c269ccf
7 changed files with 21 additions and 21 deletions
|
|
@ -240,7 +240,7 @@ This tutorial has focused on Ruff's command-line interface, but Ruff can also be
|
|||
[pre-commit](https://pre-commit.com) hook:
|
||||
|
||||
```yaml
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
# Ruff version.
|
||||
rev: 'v0.0.269'
|
||||
hooks:
|
||||
|
|
@ -251,7 +251,7 @@ See [_Usage_](usage.md) for more.
|
|||
|
||||
## Editor Integrations
|
||||
|
||||
Ruff can also be used as a [VS Code extension](https://github.com/charliermarsh/ruff-vscode) or
|
||||
alongside any other editor through the [Ruff LSP](https://github.com/charliermarsh/ruff-lsp).
|
||||
Ruff can also be used as a [VS Code extension](https://github.com/astral-sh/ruff-vscode) or
|
||||
alongside any other editor through the [Ruff LSP](https://github.com/astral-sh/ruff-lsp).
|
||||
|
||||
See [_Editor Integrations_](editor-integrations.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue