[flake8]
max-line-length = 120
exclude =
    .venv,
    __pycache__,
    .git
per-file-ignores =
    help/source/conf.py:F401
