[tool.ruff] target-version = "py311" line-length = 120 [tool.ruff.lint] select = ["E", "F", "I", "N", "W", "UP", "B", "C4", "SIM"] ignore = ["E501", "B008"] [tool.ruff.lint.pydocstyle] convention = "google" [tool.pytest.ini_options] testpaths = ["backend/tests"] pythonpath = ["backend"]