[tool.ruff] extend = "../pyproject.toml" lint.extend-select = [ "PT", # flake8-pytest-style ] lint.ignore = ["S101"] [tool.ruff.lint.isort] known-first-party = ["examples", "fastapi_cache"]