Files
ytdlp/pyproject.toml
T

10 lines
171 B
TOML
Raw Normal View History

[tool.pytest.ini_options]
addopts = "-ra"
cache_dir = "/tmp/pytest-cache"
pythonpath = ["."]
testpaths = ["tests"]
[tool.ruff]
target-version = "py312"
line-length = 100