[flake8]
max-line-length = 120
extend-ignore = E203
max-complexity = 12
select = B,C,E,F,W,B9
