[tool.ruff] exclude = [".git", "__pycache__"] ignore = ["E501"] select = ["E", "F", "T1", "W", "I"] [tool.ruff.isort] known-first-party = ["arkindex", "arkindex_worker"] known-third-party = ["pytest", "setuptools"]