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