mirror of https://github.com/astral-sh/ruff
Editor integrations link fixed in README (#8386)
This commit is contained in:
parent
3076d76b0a
commit
43691f97d0
|
|
@ -33,7 +33,7 @@ An extremely fast Python linter and code formatter, written in Rust.
|
||||||
- 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports)
|
- 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports)
|
||||||
- 📏 Over [700 built-in rules](https://docs.astral.sh/ruff/rules/), with native re-implementations
|
- 📏 Over [700 built-in rules](https://docs.astral.sh/ruff/rules/), with native re-implementations
|
||||||
of popular Flake8 plugins, like flake8-bugbear
|
of popular Flake8 plugins, like flake8-bugbear
|
||||||
- ⌨️ First-party [editor integrations](https://docs.astral.sh/ruff/editor-integrations/) for
|
- ⌨️ First-party [editor integrations](https://docs.astral.sh/ruff/integrations/) for
|
||||||
[VS Code](https://github.com/astral-sh/ruff-vscode) and [more](https://github.com/astral-sh/ruff-lsp)
|
[VS Code](https://github.com/astral-sh/ruff-vscode) and [more](https://github.com/astral-sh/ruff-lsp)
|
||||||
- 🌎 Monorepo-friendly, with [hierarchical and cascading configuration](https://docs.astral.sh/ruff/configuration/#pyprojecttoml-discovery)
|
- 🌎 Monorepo-friendly, with [hierarchical and cascading configuration](https://docs.astral.sh/ruff/configuration/#pyprojecttoml-discovery)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ LINK_REWRITES: dict[str, str] = {
|
||||||
"configuration.md#pyprojecttoml-discovery"
|
"configuration.md#pyprojecttoml-discovery"
|
||||||
),
|
),
|
||||||
"https://docs.astral.sh/ruff/contributing/": "contributing.md",
|
"https://docs.astral.sh/ruff/contributing/": "contributing.md",
|
||||||
"https://docs.astral.sh/ruff/editor-integrations/": "integrations.md",
|
"https://docs.astral.sh/ruff/integrations/": "integrations.md",
|
||||||
"https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8": (
|
"https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8": (
|
||||||
"faq.md#how-does-ruff-compare-to-flake8"
|
"faq.md#how-does-ruff-compare-to-flake8"
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue