Spaces:
Sleeping
Sleeping
File size: 255 Bytes
c5d7500 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | [tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]
addopts = ["-p", "no:cacheprovider"]
[tool.ruff]
line-length = 140
target-version = "py311"
cache-dir = "/tmp/slide_creation_engine_ruff_cache"
[tool.ruff.lint]
select = ["E", "F", "B"]
|