mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
14 lines
230 B
TOML
14 lines
230 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "ruff-ecosystem"
|
|
version = "0.0.0"
|
|
|
|
[project.scripts]
|
|
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"
|
|
|
|
|
|
[tool.ruff]
|
|
extend-select = ["I"] |