mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-04 02:33:06 +08:00
8 lines
138 B
TOML
8 lines
138 B
TOML
[tool.black]
|
|
line-length = 88
|
|
skip-string-normalization = 1
|
|
|
|
[tool.ruff]
|
|
line-length = 88
|
|
# Skip line length violations
|
|
ignore = ["E501"]
|