[flake8]
max-line-length = 120
extend-ignore = E203,W503,E722
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    build,
    dist,
    *.egg-info,
    .venv,
    venv,
    test_env
