[tool.ruff] target-version = "py38" line-length = 88 select = ["E", "W", "F", "I"] ignore = [] [tool.ruff.isort] known-first-party = ["app"]