[flake8]
exclude = 
    .git,
    __pycache__,
    src,
    third-party,
    target,
    .cargo,
    tests/venv
max-line-length = 120
