6 lines
88 B
INI
6 lines
88 B
INI
[flake8]
|
|
max-line-length = 88
|
|
|
|
select = C,E,F,W,B,B950
|
|
extend-ignore = E203, E501, W503
|