-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update editor integrations link in README #17977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>
README.md
Outdated
@@ -34,8 +34,7 @@ An extremely fast Python linter and code formatter, written in Rust. | |||
- 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports) | |||
- 📏 Over [800 built-in rules](https://docs.astral.sh/ruff/rules/), with native re-implementations | |||
of popular Flake8 plugins, like flake8-bugbear | |||
- ⌨️ First-party [editor integrations](https://docs.astral.sh/ruff/integrations/) for | |||
[VS Code](https://github.com/astral-sh/ruff-vscode) and [more](https://docs.astral.sh/ruff/editors/setup) | |||
- ⌨️ First-party integrations for [VS Code](https://github.com/astral-sh/ruff-vscode) or [other editors](https://docs.astral.sh/ruff/editors) like [Neovim](https://docs.astral.sh/ruff/editors/setup/#neovim), and [more development automation and environment management tools]([https://docs.astral.sh/ruff/editors/setup](https://docs.astral.sh/ruff/integrations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's correct to call these first-party integration:
- neovim: The neovim plugin isn't maintained by us
- other editors: The same is true for other editors, e.g. the zed extension is built by someone else
- We also don't provide first-party support for all integrations listed under integrations.
Thanks, I think we should just fix the link for the VS Code editor integration |
Co-authored-by: MichaReiser
|
Especially the wrong link of "editor integrations".