[flake8]
max-complexity = 10
max-line-length = 127

exclude =
    .git,
    build,
    data,
    debian,
    dist,
    *.egg-info,
    site-packages
