mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 15:44:22 -05:00
## Summary As a follow-up of https://github.com/astral-sh/ruff/pull/7732, use `tool.ruff.lint` in more places in documentations, tests and internal usages.
16 lines
284 B
TOML
16 lines
284 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.lint]
|
|
extend-select = ["I"]
|
|
preview = true
|