File size: 177 Bytes
c6ce43e
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
line-length = 100
target-version = "py310"

[lint]
select = ["E", "F", "I", "B", "UP"]
ignore = []

[format]
quote-style = "preserve"
indent-style = "space"
line-ending = "lf"