6 lines
87 B
INI
6 lines
87 B
INI
|
[flake8]
|
||
|
profile = "black"
|
||
|
max-line-length = 88
|
||
|
extend-ignore = E203
|
||
|
statistics = True
|