[flake8]
extend-ignore = E203,W503
max-complexity = 18
max-line-length = 100
select = B,C,E,F,W,T4,B9
