[tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."] [tool.ruff] line-length = 120 [tool.ruff.lint] select = ["E4", "E7", "E9", "F", "I"]