[flake8]
# The GitHub editor is 127 chars wide
max-line-length = 127
ignore  =
    W503
exclude =
    django_ltree_utils/migrations,
    django_ltree_utils/test_utils/test_app/migrations,
    .git,
    .tox,
    docs/conf.py,
    build,
    dist
