[flake8]
extend-ignore = E203
exclude =
    .git,
    __pycache__,
    old,
    build,
    dist,
    venv
max-complexity = 10
max-line-length = 127