[flake8]
max-line-length = 120
extend-ignore = E402,W503,E203,W605
per-file-ignores =
    __init__.py:F401
exclude =
    .git,
    __pycache__,
    .venv,
    build,
    dist
