yt-dlp-bot/pyproject.toml
Taras Terletskyi 098451777e Refactor
2023-12-12 23:49:20 +02:00

15 lines
300 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"]
[tool.ruff.format]
indent-style = "space"
quote-style = "single"
line-ending = "lf"