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