Files
ad-test/ruff.toml
John Lancaster edee038a9f added ruff.toml
2025-06-20 08:21:01 -05:00

15 lines
253 B
TOML

line-length = 88
target-version = "py312"
[lint]
exclude = [
"conf/apps/simple_app/malformed.py"
]
select = ["ALL"]
extend-ignore = ["ANN", "D", "E501", "COM812", "ERA001", "S101", "INP001"]
[format]
quote-style = "single"
indent-style = "space"