[flake8]
ignore = E501, W503
exclude = 
    venv,
    build,
    migrations,
    tests,
    __init__.py,