[tool.ruff] line-length = 88 target-version = "py311" [tool.ruff.lint] select = [ "E", # pycodestyle errors "W", # pycodestyle warnings "F", # Pyflakes "I", # isort ] ignore = [] [tool.ruff.format] quote-style = "double" indent-style = "space"