[flake8]
exclude =
    # No need to traverse our git directory
    .git,
    # No need to flake8 the other repo
    recircle/interface_openstack
    # No need to check migrations
    migrations
    # Settings module
    settings
max-line-length = 100