File size: 102 Bytes
2a33a28
 
 
 
 
 
 
1
2
3
4
5
6
7
8
exclude = [
    "*__init__.py"
]
line-length = 120
target-version = "py312"

select = ["E", "F", "I"]