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