mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 14:00:51 -05:00
8 lines
222 B
TOML
8 lines
222 B
TOML
[tool.ruff]
|
|
extend = "../../pyproject.toml"
|
|
src = ["."]
|
|
# Enable I001, and re-enable F841, to test extension priority.
|
|
extend-select = ["I001", "F841"]
|
|
extend-ignore = ["F401"]
|
|
extend-exclude = ["./docs/concepts/file.py"]
|