Spaces:
Sleeping
Sleeping
| [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"] | |