[flake8]
max-line-length = 100
exclude =
    .git,
    .eggs
    __pycache__,
    docs/source/conf.py,
    old,
    build,
    venv,
    migrations,
ignore=E131,W503,E203

