yt-dlp-bot/pyproject.toml
2023-02-02 19:31:07 +02:00

10 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"]