line-length = 120 [format] # Like Black, use double quotes for strings. quote-style = "double" [lint] select = ["Q0", "F", "W", "E"] ignore = ["E501"]