[tool.ruff] line-length = 88 target-version = "py38" [tool.ruff.lint] select = ["E", "F", "I", "UP", "N", "B", "A", "C4", "RET", "SIM"] ignore = ["E203", "E501", "RET504", "B008"] [tool.ruff.lint.isort] known-third-party = ["fastapi", "pydantic", "sqlalchemy", "starlette"] [tool.ruff.lint.flake8-quotes] docstring-quotes = "double"