[flake8]
max-line-length = 120
exclude =
    .venv,
    __pycache__,
    dist,
    build,
    node_modules,
    ui
# black compatibility
extend-ignore = E203, W503
