Files
Pulse-API/solution/ruff.toml
T

18 lines
274 B
TOML

exclude = [
"migrations",
"venv",
]
line-length = 79
indent-width = 4
[lint]
select = ["ALL"]
ignore = ["D", "ANN", "ARG", "ISC001", "COM812", "RUF012"]
[format]
quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"