yt-dlp-bot/pyproject.toml
Taras Terletsky 8d0d6d2b70 Version 1.6
2024-04-25 23:10:51 +03:00

16 lines
345 B
TOML

[tool.ruff]
line-length = 88
indent-width = 4
target-version = "py312"
src = ["app_api", "app_bot", "app_worker"]
required-version = ">=0.4.2"
[tool.ruff.lint]
select = ["F", "E", "W", "I001", "RET", "SLF001"]
ignore = ["E501"] # Skip line length violations
[tool.ruff.format]
indent-style = "space"
quote-style = "single"
line-ending = "lf"