
We want Ruff to be built with newer Rust version (as it was built pre-1.84 where we've fixed a bug in std). Closes #35627 Release Notes: - N/A
11 lines
257 B
TOML
11 lines
257 B
TOML
id = "ruff"
|
|
name = "Ruff"
|
|
description = "Support for Ruff, the Python linter and formatter"
|
|
version = "0.1.1"
|
|
schema_version = 1
|
|
authors = []
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.ruff]
|
|
name = "Ruff"
|
|
languages = ["Python"]
|