Spaces:
Build error
Build error
File size: 128 Bytes
78a8b17 |
1 2 3 4 5 6 7 |
[tool.black]
line-length = 120
target_version = ['py37', 'py38', 'py39', 'py310']
preview = true
[tool.isort]
profile = "black" |