[tool.pytest.ini_options] testpaths = ["tests"] addopts = "-q -p no:cacheprovider" [tool.ruff] line-length = 120 target-version = "py311" [tool.ruff.lint] select = ["E", "F", "I", "UP", "B"]