[tool.ruff] target-version = "py311" line-length = 120 [tool.ruff.lint] select = ["E", "F", "W", "I", "N", "UP", "B", "SIM"] ignore = ["E501"] [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" filterwarnings = ["ignore::DeprecationWarning"]