[lint] select = [ "E", # pycodestyle errors "W", # pycodestyle warnings "F", # pyflakes "I", # isort "B", # flake8-bugbear "C4", # flake8-comprehensions "UP", # pyupgrade ] ignore = [ "E501", # line too long, handled by formatter ] [format] quote-style = "double" indent-style = "space" skip-magic-trailing-comma = false line-ending = "auto" [lint.isort] known-first-party = []