1 2 3 4 5 6 7 8 9 10 11 12
target-version = "py314" line-length = 100 [lint] select = ["B", "E", "F", "I", "UP"] [format] quote-style = "single" indent-style = "space" line-ending = "lf" docstring-code-format = true