[flake8]
exclude =
    .git,
    __pycache__,
    build,
    scripts/

per-file-ignores =
    ./src/ng_link/scripts/generate_cff_cell_count.py: E501

max-complexity = 10
