mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
1218a846c1
Release Notes: - Added extension for [Ruff](https://docs.astral.sh/ruff/), an extremely fast Python linter and code formatter, written in Rust.
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.0.1"
|
|
schema_version = 1
|
|
authors = []
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.ruff]
|
|
name = "Ruff"
|
|
languages = ["Python"]
|