mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2024-11-10 09:03:02 +08:00
10 lines
239 B
TOML
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"
|