[flake8]
ignore = E501, W503, E266, E402  ## TODO: fix up __init__.py and remove E402
select = B,C,E,F,W,T4,B9
