Slide-creation-engine / pyproject.toml
rigelbar's picture
Implement P0 slide workflow foundation
c5d7500
Raw
History Blame Contribute Delete
255 Bytes
[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"]