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