mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 05:25:17 +00: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.
7 lines
144 B
TOML
7 lines
144 B
TOML
[tool.ruff]
|
|
src = [".", "python_modules/*"]
|
|
exclude = ["examples/excluded"]
|
|
|
|
[tool.ruff.lint]
|
|
extend-select = ["I001"]
|
|
extend-ignore = ["F841"]
|