[tool.ruff] line-length = 88 target-version = "py37" select = ["E", "F", "I", "N", "W", "B"] ignore = [] [tool.ruff.isort] known-third-party = ["fastapi", "pydantic", "sqlalchemy", "alembic"]