1 2 3 4 5 6 7 8 9 10 11
[tool.black] line-length = 88 target-version = ["py310"] [tool.ruff] line-length = 88 target-version = "py310" [tool.ruff.format] indent-style = "space" quote-style = "double"