yt-dlp-bot/pyproject.toml
Taras Terletskyi 099a1631db Refactor
2023-12-30 16:12:22 +02:00

10 lines
239 B
TOML

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