mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
15 lines
264 B
TOML
15 lines
264 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "ruff-ecosystem"
|
|
version = "0.0.0"
|
|
dependencies = ["unidiff==0.7.5"]
|
|
|
|
[project.scripts]
|
|
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"
|
|
|
|
|
|
[tool.ruff]
|
|
extend-select = ["I"] |