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:
Mathieu Kniewallner 2023-10-29 01:39:38 +02:00 committed by GitHub
parent 2f5734d1ac
commit 317b6e8682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 60 additions and 45 deletions

View file

@ -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