mirror of
https://github.com/astral-sh/ruff
synced 2026-01-23 06:20:55 -05:00
6 lines
126 B
TOML
6 lines
126 B
TOML
[tool.ruff]
|
|
src = [".", "python_modules/*"]
|
|
exclude = ["examples/excluded"]
|
|
extend-select = ["I001"]
|
|
extend-ignore = ["F841"]
|