1 2 3 4 5 6 7 8 9 10 11 12 13 14
exclude = [".venv"] line-length = 80 indent-width = 4 respect-gitignore = true show-fixes = true [format] docstring-code-format = true docstring-code-line-length = 80 indent-style = "space" quote-style = "double" [lint] ignore = ["PLR0912"]