yt-dlp-bot/pyproject.toml

10 lines
215 B
TOML
Raw Normal View History

2022-06-11 04:35:48 +08:00
[tool.black]
line-length = 88
skip-string-normalization = 1
2022-12-24 20:26:55 +08:00
[tool.ruff]
line-length = 88
select = ["F", "E", "W", "I001"]
ignore = ["E501"] # Skip line length violations
2023-02-03 01:31:07 +08:00
src = ["app_api", "app_bot", "app_worker"]