line-length = 120 indent-width = 4 target-version = "py312" exclude = [ ".venv", ".vscode", "test/*" ] [lint] select = ["E", "F", "I"] ignore = [ "E501", "C901", "F401", ] [format] # use double quotes for strings. quote-style = "double"