File size: 192 Bytes
e71a2ba
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
[tool.black]
line-length = 120
required-version = "22.3.0"

[tool.isort]
profile = "black"
line_length = 120
combine_as_imports = true
combine_star = true
known_local_folder = ["tests", "cli"]