6 lines
101 B
INI
6 lines
101 B
INI
[flake8]
|
|
ignore = E501, W503, F403
|
|
max-line-length = 79
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|