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