[tool.pytest.ini_options] addopts = "-q" pythonpath = ["."] testpaths = ["tests"] [tool.ruff] line-length = 100 target-version = "py314" [tool.ruff.lint] select = ["E", "F", "I", "UP", "B"]