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