yt-dlp-bot/.ruff.toml
Taras Terletsky 7a33dc0434 Version 1.5
2024-03-20 19:26:35 +02:00

11 lines
225 B
TOML

line-length = 88
src = ["app_api", "app_bot", "app_worker"]
[lint]
select = ["F", "E", "W", "I001"]
ignore = ["E501"] # Skip line length violations
[format]
indent-style = "space"
quote-style = "single"
line-ending = "lf"