yt-dlp-bot/pyproject.toml

11 lines
239 B
TOML
Raw Normal View History

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"]
2023-12-13 05:49:20 +08:00
[tool.ruff.format]
indent-style = "space"
quote-style = "single"
line-ending = "lf"