mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2024-11-10 09:03:02 +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 = ["api_app", "bot_app", "worker_app"]
|