mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
5d77a7dc6c
Bumps version to 0.0.2 as well. 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.0.2"
|
|
schema_version = 1
|
|
authors = []
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.ruff]
|
|
name = "Ruff"
|
|
languages = ["Python"]
|