[flake8]
ignore = W503
select = C,E,F,W,B,B950
exclude =
    venv
    build
    dist
    *.egg-info
    .tox
    .git
    __init__.py
max-line-length = 120
