[flake8]
max_line_length = 80

ignore =
    W503
    W504

exclude =
    .git,
    .tox,
    __pycache__,
    *.pyc,
    build_doc,
    dist
