[flake8]
max-line-length = 120
extend-ignore = W191,E125
exclude =
    .git,
    __pycache__,
    __init__.py,
    build,
    dist
max-complexity = 10