[flake8]
extend-exclude = testbench/build,build,.venv
max-line-length = 100
ignore =
    E125,
    E129,
    E128,
    W503
