[tool.ruff] line-length = 100 target-version = "py38" [tool.ruff.lint] select = [ "E", # pycodestyle errors "F", # pyflakes "I", # isort ] [tool.ruff.lint.isort] known-third-party = ["fastapi", "pydantic", "starlette", "sqlalchemy"]