mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
869a72bb3f
This PR bumps the Ruff extension to v0.1.0. Changes: - https://github.com/zed-industries/zed/pull/15852 - https://github.com/zed-industries/zed/pull/16955 - https://github.com/zed-industries/zed/pull/17883 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.0"
|
|
schema_version = 1
|
|
authors = []
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.ruff]
|
|
name = "Ruff"
|
|
languages = ["Python"]
|