[flake8]
exclude =
    build
    __pycache__
    manage.py
    settings.py
    env
    .env
    VERSION.py
