blob: dd5af5cfeb6d9ad2d85782c72271827bd205bc41 [file] [log] [blame] [edit]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "ruff-ecosystem"
version = "0.0.0"
requires-python = ">=3.11"
dependencies = ["unidiff==0.7.5", "tomli_w==1.2.0", "tomli==2.3.0"]
[project.scripts]
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"
[tool.ruff.lint]
extend-select = ["I"]
preview = true