mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
6 lines
210 B
TOML
6 lines
210 B
TOML
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"]
|