[flake8]
max-line-length = 90
ignore = E501,F401,BLK100
select = E,W,F,C,B
extend-ignore = E203,W503
per-file-ignores = 
    __init__.py:F401 