Files
ruff/resources/test/fixtures/pyproject.toml

8 lines
121 B
TOML

[tool.ruff]
line-length = 88
extend-exclude = [
"excluded.py",
"migrations",
"directory/also_excluded.py",
]