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