File size: 149 Bytes
bd88c29
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
[tool.black]
line-length = 120

[tool.isort]
atomic = true
profile = "black"
line_length = 120
force_single_line = true
known_first_party = ["black"]