File size: 111 Bytes
78000ed |
1 2 3 4 5 6 7 8 |
[tool.black]
target-version = ["py311"]
[tool.isort]
profile = "black"
line_length = 88
multi_line_output = 3
|
78000ed |
1 2 3 4 5 6 7 8 |
[tool.black]
target-version = ["py311"]
[tool.isort]
profile = "black"
line_length = 88
multi_line_output = 3
|