yt-dlp-bot/.ruff.toml

12 lines
225 B
TOML
Raw Normal View History

2022-12-24 20:26:55 +08:00
line-length = 88
2023-02-03 01:31:07 +08:00
src = ["app_api", "app_bot", "app_worker"]
2023-12-13 05:49:20 +08:00
2024-03-21 01:25:07 +08:00
[lint]
select = ["F", "E", "W", "I001"]
ignore = ["E501"] # Skip line length violations
[format]
2023-12-13 05:49:20 +08:00
indent-style = "space"
quote-style = "single"
line-ending = "lf"