[flake8]
ignore = D103, C901, E741, W503
max-line-length = 120
max-complexity = 18
select = B,C,E,F,W,T4,B9
