[flake8]
max-line-length = 79
exclude =
    .git,
    __pycache__,
    build,
    dist
extend-ignore = E203