mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00: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:
parent
2f5734d1ac
commit
317b6e8682
11 changed files with 60 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue