mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 15:44:22 -05:00
Point LSP, VS Code, and pre-commut URLs to Astral org (#4562)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user