[tool.pytest.ini_options] testpaths = ["tests"] addopts = "-q" pythonpath = ["."] [tool.ruff] line-length = 100 target-version = "py311"