Spaces:
Running
Running
File size: 141 Bytes
f655f69 |
1 2 3 4 5 6 7 8 9 |
[tool.black]
line-length = 100
target-version = ['py311']
skip-string-normalization = true
[tool.isort]
profile = "black"
line_length = 100
|