line-length = 100

exclude = ["env"]

[lint]
select = ["E", "F", "A", "B", "I", "W", "T10", "T20"]

ignore = ["B006"]

[lint.isort]
combine-as-imports = true
force-sort-within-sections = true
order-by-type = false

[format]
quote-style = "single"
