mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
Use tool.ruff.lint in more places (#8317)
## 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.
This commit is contained in:
committed by
GitHub
parent
2f5734d1ac
commit
317b6e8682
@@ -10,6 +10,6 @@ dependencies = ["unidiff==0.7.5"]
|
||||
[project.scripts]
|
||||
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"
|
||||
|
||||
[tool.ruff]
|
||||
[tool.ruff.lint]
|
||||
extend-select = ["I"]
|
||||
preview = true
|
||||
|
||||
Reference in New Issue
Block a user