mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2024-11-13 02:55:26 +08:00
9 lines
215 B
TOML
9 lines
215 B
TOML
[tool.black]
|
|
line-length = 88
|
|
skip-string-normalization = 1
|
|
|
|
[tool.ruff]
|
|
line-length = 88
|
|
select = ["F", "E", "W", "I001"]
|
|
ignore = ["E501"] # Skip line length violations
|
|
src = ["app_api", "app_bot", "app_worker"]
|