[flake8]
max-line-length = 120
ignore = E203, W503, E402
exclude = 
    .git,
    __pycache__,
    build,
    dist,
    *.egg-info,
    .venv,
    venv,
    .tox